Deploying K8s Resources
Referencing manifests
Option 1: Manifest files (recommended)
.
├── api
│ ├── garden.yml
│ ├── manifests
│ │ ├── prod
│ │ ├── Deployment.yaml
│ │ ├── Ingress.yaml
│ │ └── Service.yaml
│ │ ├── dev
│ │ ├── Deployment.yaml
│ │ ├── Ingress.yaml
│ │ └── Service.yaml
│ └── src
└── project.garden.ymlOption 2: Inline
Deploying a container image built by Garden
Option 1: Patching resources (recommended)
Option 2: Using Garden template strings
Overwriting values
Setting a default target resource
Code Synchronization
Production environments
Next steps
Last updated
Was this helpful?

