Coding Now – Best AI & Full Stack Courses in Delhi NCR | 100% Placement
Limited Offer: Get 50% OFF on AI & Full Stack Courses
📞 Call Now: +91 9667708830
Home Community What is Kubernetes and why is it used?

What is Kubernetes and why is it used?

Coding Now Expert  •  Jun 13, 2026  •  209 views
Kubernetes (K8s) is an open-source container orchestration platform that automates deployment, scaling, and management of containerised applications.

**Key concepts:**
- **Pod** — smallest unit, runs one or more containers
- **Deployment** — manages replica sets, handles rolling updates
- **Service** — exposes pods to network (load balancing)
- **Ingress** — manages external HTTP/HTTPS access
- **ConfigMap/Secret** — manage configuration and credentials

**Why Kubernetes:**
1. Auto-healing — restarts failed containers
2. Auto-scaling — adds pods when CPU/memory is high
3. Rolling updates — deploy new version with zero downtime
4. Service discovery — pods find each other automatically
5. Multi-cloud — runs on AWS (EKS), Azure (AKS), GCP (GKE)

**Without K8s:** You manually manage where each container runs.
**With K8s:** Declare desired state, K8s ensures it's always true.
0

0 Answers

Your Answer

Will not be displayed publicly
💬 Talk to Advisor
1
WhatsApp

Latest from Our Blog

Insights on AI, Data Science, Full Stack & Career

View All Articles →