🚀 DevOps Certified Professional
📅 Starting: 1st of Every Month 🤝 +91 8409492687 | 🤝 +1 (469) 756-6329 🔍 Contact@DevOpsSchool.com

complete details about pod

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

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