Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.62 KB

File metadata and controls

34 lines (25 loc) · 1.62 KB
title Self-host install
description Install Agyn on your own Kubernetes cluster.
order 2

Self-host install

Skip this section if you use Agyn Cloud — your platform is already running. Continue to Administer instead.

Agyn runs on Kubernetes. There are two install paths:

Path When to use it
Quick bootstrap Local development, demos, evaluation. Provisions a complete k3d cluster with every dependency via Terraform and Argo CD. One command.
Production install Real deployments. Reuses the same Terraform stacks against your own cluster, OIDC, and DNS, with the in-cluster Postgres / S3 / OpenFGA optionally replaced by managed services.

Pages

After install

Once Agyn is running:

  1. Sign into the Console at the URL printed by the installer.
  2. Follow First admin to bind your OIDC subject to the cluster admin role.
  3. Continue to Administer to create your first organization, register runners, and configure agents.
  4. Review Operate for day-2 concerns (backups, monitoring, security).