Kubernetes MultiContainer Pods
Pods in k8s can run more than one container. The main once are the application containers with two additional types which include.
Init Containers
Sidecar
Init Container
These container run task before the actual application container start, runn...
nyagarabraham.hashnode.dev1 min read