What is Garden
Who is Garden for
How it works
# You can split config into multiple files and even across repositories!
kind: Project
name: my-garden-project
providers:
- name: kubernetes
context: my-k8s-ctx
---
kind: Deploy
name: db
type: helm
spec: # ...
---
kind: Build
name: api
type: container
---
kind: Deploy
name: api
type: kubernetes
dependencies: [build.api, deploy.db]
spec: # ...
---
kind: Test
name: e2e
type: container
dependencies: [deploy.api]
spec: # ...The Garden CLI
Caching
Templating
Last updated
Was this helpful?

