Description
Add Kubernetes deployment manifests as a deployment option for enterprise and self-hosted environments. This complements the existing Docker support with production-grade orchestration templates.
Why
Enterprise teams deploying to EKS, GKE, or AKS need Kubernetes manifests. The existing Dockerfile provides the container — Kubernetes templates provide the orchestration layer (scaling, health checks, resource limits, ingress).
Acceptance Criteria
Notes
This builds on the existing Docker templates. The Dockerfile remains the same — Kubernetes manifests orchestrate the container.
Description
Add Kubernetes deployment manifests as a deployment option for enterprise and self-hosted environments. This complements the existing Docker support with production-grade orchestration templates.
Why
Enterprise teams deploying to EKS, GKE, or AKS need Kubernetes manifests. The existing Dockerfile provides the container — Kubernetes templates provide the orchestration layer (scaling, health checks, resource limits, ingress).
Acceptance Criteria
Notes
This builds on the existing Docker templates. The Dockerfile remains the same — Kubernetes manifests orchestrate the container.