helm against (EKS, GKE, AKS, k3s, minikube - anything), or nothing at all if you start in the playground.
0. Try the Playground (optional)
No cluster handy? Start in the playground: a real, writable, ephemeral Kubernetes environment we provision for you in about two minutes. It comes with a starter stack already deploying, so you can watch a real deploy land, then use the AI to ship something yourself.Start the playground
Open your app, then ship something
Graduate to your own cluster
1. Connect a Cluster
Everything starts with a cluster. Import an existing one or provision a new managed cluster.- Import Existing Cluster
- Provision a Managed Cluster
Create the cluster in Ankra
Install the Ankra agent
kubectl access:Verify the connection
2. Build Your Stack
A Stack is a collection of Helm charts, manifests, and variables that define your Kubernetes environment. Build stacks visually or with AI assistance.Open the Stack Builder
Add components
- Add-ons - Helm charts like Prometheus, Grafana, NGINX Ingress, cert-manager
- Manifests - custom Kubernetes YAML (namespaces, RBAC, ConfigMaps, CRDs)
Or, use the AI Assistant
⌘+J and describe what you need:“I need a monitoring stack with Prometheus, Grafana, and Loki for a production cluster with 30-day retention”The AI recommends components, configurations, dependencies, and deployment order tailored to your cluster.Configure and deploy
${{ ankra.variable_name }} for environment-specific configuration. Click Create Stack to save and deploy.Deploys go directly through the Ankra agent - no Git repository or extra credentials required.3. Deploy Your Application (Closed Beta)
Point Ankra at an application’s GitHub repository and it generates everything between your code and a running workload: a Dockerfile where the repository has none, Kubernetes manifests, a build pipeline publishing to your organisation’s private registry, a database when the code needs one, and a deploy contract you can negotiate.Connect a repository
Review and merge the setup pull request
.ankra/manifests/, and the .ankra/ankra.yaml deploy contract. Merging it runs the first build, which publishes your image to the organisation’s private registry.Deploy to a cluster
Get your URL
4. Connect GitOps (optional)
Stacks deploy without Git. Connect a GitHub repository when you want version control, an audit trail, and CI/CD integration on top - every stack write is then also committed to your repository. This is where Ankra integrates with your existing CI/CD.Connect your repository
Your stacks are now in Git
clusters/{cluster-name}/. Changes in either direction sync automatically.Wire up your CI/CD pipeline
- CI builds a container image and pushes to your registry
- CI commits the new image tag to the GitOps repo
- Ankra detects the change and deploys to your cluster
Monitor sync status
GitOps file format
For advanced setups, define your clusters declaratively usinginclude paths to keep configuration modular:
5. Manage with AI
With your cluster connected and stacks deployed, Ankra’s AI capabilities unlock powerful management and debugging workflows.Ask the AI anything
Press⌘+J from anywhere in the platform. The AI is page-aware - it automatically knows what you’re looking at. Three modes control how much it can do: Ask answers read-only, Agentic confirms each change before acting, and Plan lets you approve a plan once and watch it execute.
- “Why is my pod crashing?”
- “Scale this deployment to 5 replicas”
- “What changed in the last hour that could cause 503 errors?”
- “Create a Redis stack with persistence enabled”
Enable proactive AI Insights
Navigate to Organisation Settings → General → toggle Proactive AI Insights. The AI continuously scans your clusters and surfaces issues with root cause analysis, remediation commands, and MTTR analytics before they become incidents.Set up alerts with AI analysis
Configure alert rules on your cluster. When alerts trigger, Ankra’s AI automatically collects cluster data and generates structured incident reports with root cause, affected resources, and recommended actions.6. Take Ankra to Your Tools
The same tool registry behind⌘+J is available outside the browser - to your terminal, your editor’s AI agent, and your pipelines. No browser automation required.
- CLI
- MCP (Claude, Cursor)
- CI/CD
--mode ask stays read-only (plus safe creations); --mode agent lets it act. For headless or CI use, set the ANKRA_API_TOKEN environment variable instead of ankra login. See the Ankra CLI guide.What’s Next
Build a Monitoring Stack
Pipeline Agents
MCP Server
AI Assistant
Variables & Secrets
Hermes
Still have questions? Join our Slack community and we’ll help out.