microscopic-river-74022
01/04/2024, 4:56 PMmicroscopic-river-74022
01/04/2024, 4:56 PMgarden.yml
file:
yaml
kind: Project
name: my-project
environments:
- name: dev
defaultNamespace: my-namespace
In this example, my-namespace
would be replaced with the namespace for each developer.
For more information on how to use namespaces with Garden, you can refer to the Garden documentation ().
Please note that the sharing of images also depends on the configuration of your Docker registry and the access rights of the developers. If you are using a private Docker registry, you will need to ensure that all developers have the necessary access rights to pull the images.
Sources:
- YouTube: How the Garden Engineering Team Uses Garden: Our Team, Stack, and Workflows ()
- Garden Documentation ()
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------colossal-salesclerk-87522
01/04/2024, 4:57 PMcolossal-salesclerk-87522
01/04/2024, 4:57 PMmicroscopic-river-74022
01/04/2024, 4:57 PMmicroscopic-river-74022
01/04/2024, 4:58 PMkubernetes
and local-kubernetes
providers set the Kubernetes namespace to <project name>-<Garden namespace>
. You can override this by setting the namespace
field in the respective provider configuration. This could potentially be used to isolate environments per developer, but it doesn't directly facilitate sharing Docker images.
For more specific guidance, you may want to refer to the Garden documentation () or their GitHub issues () for more information or to ask a question directly.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------