5 ms·
Is the creation of volumes as easy and straight-forward as with docker/docker-compose?
by desmap 6y ago
Is the creation of volumes as easy and straight-forward as with docker/docker-compose?
- 10ko 6y ago(Garden engineer here) You can take a look at the container module type guide to get a feel for how we reason with volumes. We have a persistentVolumeClaim module type which can used by container modules and that essentially creates a k8s pvc. See more: https://docs.garden.io/guides/container-modules#mounting-volumes https://docs.garden.io/guides/container-modules#mounting-vol...