Skip to main content
README.md908 B
View on GitHub

Example: Demo Helmfile

Deploy Kubernetes resources using Helmfile with Atmos stack patterns.

Learn more about Helmfile Components.

What You'll See

  • Helmfile component configuration
  • Stack inheritance for Kubernetes deployments
  • Local k3s environment via Docker Compose

Try It

cd examples/demo-helmfile

# Start local k3s cluster
atmos k3s up

# Deploy to dev environment
atmos helmfile apply demo -s dev

# Check status
atmos k3s status

# Clean up
atmos k3s down

Key Files

FilePurpose
atmos.yamlHelmfile component config and k3s commands
docker-compose.ymlLocal k3s Kubernetes cluster
components/helmfile/nginx/Helmfile component with manifests
stacks/deploy/Environment-specific stack configs

Related Documentation