Hello, Anyone aware how we can use 3 images in a single container?

Avinash Bodhe:
Hello, Anyone aware how we can use 3 images in a single container?

Daz Mac:
Multi-container pods https://kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/#creating-a-pod-that-runs-two-containers|https://kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/#creating-a-pod-that-runs-two-containers

Daz Mac:
You have multiple containers in a pod, not multiple images in a container

Raamkanna Saranathan:
i think your question should be 3 containers in a single pod. it is not feasible to use 3 images per container as each image runs in its own container - whether docker or k8s.