complete details about pod

What is POD:: Pods are used in Kubernetes. pods contain one or more container, such as Docker containers. When a Pod runs multiple containers, if one container got stopped working whole pod will not be accessable

Types of PODS::pod has two types which run on single container and multiple container

What POD contains:: pod contains container each container has it own port number but they all are in same network it has volume, containerized app

pod life cycle:: pod has mainly three phase

pending phase : when it is initiated,

Running phase: when it is in use

Succeed/fail: when the pod is exited/terminated