Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Support for sidecar containers #27

Closed
BYakvalkhodjiev opened this issue Oct 15, 2018 · 1 comment
Closed

Support for sidecar containers #27

BYakvalkhodjiev opened this issue Oct 15, 2018 · 1 comment

Comments

@BYakvalkhodjiev
Copy link

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.

@stepro
Copy link
Member

stepro commented Oct 15, 2018

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).

Hope this helps!

@stepro stepro closed this as completed Oct 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants