Login
Remember
Register
Ask a Question
Explain the types of Kubernetes pods
+1
vote
asked
May 26, 2021
in
Kubernetes K8s
by
sharadyadav1986
Explain the types of Kubernetes pods
kubernetes-pods
kubernetes-pods-types
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 26, 2021
by
sharadyadav1986
There are two types of pods in Kubernetes:
Single Container Pod: It can be created with the run command.
Multicontainer pods: It can be created using the "create" command in Kubernetes.
...