Google News
logo
Kubernetes - Interview Questions
What are the different types of pods in Kubernetes?
There are mainly two types of pods in Kubernetes :
 
Single Container Pods : We can create Single Container Pods by using the run command in Kubernetes.

multi-container pods : We can create multi-container pods by using the "create" command in Kubernetes.
Advertisement