Explanation about pods and usage in kubernetes

what is pod?

pods can contain one or more containers such as docker containers.

containers always run on pods.

pods can have multiple containers.

Types of pods ?

Namely there are some types of pods:

1.Remote learning pod

2.Nanny share

3.Microschool

4.Hybrid pod

what pod contains?

-pods have multiple containers

-all containers in pod share the pod environment.

-pod will run as long as the container inside pod is running.

-pods are used in kubernetes.

-pods are atomic.

life cycle of a pod?

-pods are atomic

-when one pod is ready then the other pod is in pending state if the one pod is completed then the other pod will work we cant use the same pod but we can use the similar pod.