Deploying Zilla Platform via Helm
Deploying Zilla Platform via Helm
Zilla Platform is deployed using Helm charts published to an OCI registry. These charts support both managed Kubernetes services and self-managed Kubernetes environments.
Use the umbrella chart to install the core platform components together, or deploy individual charts for more granular control.
Helm Chart
Zilla Platform is deployed using a single umbrella Helm chart published to an OCI registry.
The umbrella chart installs all core platform components, including the Console, Management plane, and Control plane, into a single Kubernetes namespace.
OCI registry path:
oci://ghcr.io/aklivity/charts/zilla-platform-umbrellaSupported Kubernetes Distributions
Select the guide that matches your Kubernetes environment:
Amazon EKS: For deployments on Amazon Elastic Kubernetes Service.
Self-Managed Kubernetes: For on-premises clusters or local Kubernetes environments.
The charts automatically configure ingress based on the kubernetes.distribution value:
| Distribution | Ingress Class | Load Balancer | Notes |
|---|---|---|---|
eks | alb | AWS ALB/NLB | Uses AWS Load Balancer Controller |
docker-desktop | nginx | NodePort/ClusterIP | Uses NGINX Ingress Controller |
Resources
Troubleshooting Guide: Common issues and debugging steps.
AWS Resources: AWS-specific references and integrations.