Avinash Bodhe:
Hello, Anyone aware how we can use 3 images in a single container?
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.