Migrating from Docker Compose to Garden
Prerequisites
Getting the example application
The project.garden.yml file
project.garden.yml fileapiVersion: garden.io/v1
kind: Project
name: compose2garden
environments:
- name: default
variables:
base-hostname: compose2garden.local.demo.garden
providers:
- name: local-kubernetesThe backend/backend.garden.yml file
backend/backend.garden.yml fileThe frontend/frontend.garden.yml file
frontend/frontend.garden.yml fileThe mongo/mongo.garden.yml file
mongo/mongo.garden.yml fileDeploying the Garden project to Kubernetes

Running the Garden project in code synchronization mode
Larger migrations
Last updated
Was this helpful?

