+1 vote
in Kubernetes K8s by
Explain the types of Kubernetes pods

1 Answer

0 votes
by

There are two types of pods in Kubernetes:

  1. Single Container Pod: It can be created with the run command.
  2. Multicontainer pods: It can be created using the "create" command in Kubernetes.

Related questions

0 votes
asked Jan 11, 2023 in Kubernetes K8s by sharadyadav1986
0 votes
asked Sep 29, 2022 in Kubernetes K8s by SakshiSharma
...