You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
Dev Spaces embraces Helm charts as the means for defining your Kubernetes deployments, which means you can support any Kubernetes scenario by simply modifying your Helm chart. In this case, you'd be adding an additional container to a pod spec. If you generated the Helm chart using azds, you will find the pod spec in the deployment.yaml file under the chart folder.
Note that while the deployment of multiple containers at once is supported, you can still only target a single container in a pod for dev spaces development. You identify which container this is using the azds.yaml file, which sets a particular chart input value for the image tag to a special azds placeholder value (by default, it sets "image.tag" which works for the Helm chart azds generates).
Hi,
Does azds have support for deploying sidecar containers as described below?
https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns/
Essentially, I am looking for ways to deploy multiple containers to the same pod.
Thanks for your help.
The text was updated successfully, but these errors were encountered: