📄️ Dev Templates
Dev templates give you a ready-to-run project with a web server, Dockerfile, Kubernetes manifests, and a GitHub Actions CI/CD pipeline. You pick a language, run one command, and start coding.
📄️ Template Catalog
All templates produce a project with the same structure: application code, a Dockerfile, Kubernetes manifests, and a GitHub Actions workflow. They differ only in language and framework.
📄️ CI/CD Pipeline
Every dev template includes a GitHub Actions workflow that automatically builds, packages, and deploys your application when you push to the main branch. ArgoCD watches your repository and syncs changes to the Kubernetes cluster.
📄️ ArgoCD Commands
The uis CLI manages ArgoCD applications on the cluster. You register a GitHub repository, and the platform creates a namespace, deploys your manifests, and sets up routing automatically.
📄️ ArgoCD Dashboard
ArgoCD provides a web UI for viewing and managing your deployed applications. It shows real-time sync status, health information, and the full resource tree for each application.