Skip to content
DEV VAULT
Frameworks
Tools
Packages
Backend Concepts
DevOps
Platforms
Effects
Guide
Frameworks
Tools
Packages
Backend Concepts
DevOps
Platforms
Effects
Guide
Home
/
DevOps
/
Kubernetes
/
Edit
DevOps
Edit entry
Kubernetes
Core details
Title
*
Description
*
Kubernetes (K8s) orchestrates containerized apps across clusters, handling scaling, deployment, service discovery with YAML manifests and kubectl. CNCF project.
Category
*
Frameworks
Tools
Packages
Backend Concepts
DevOps
Platforms
Effects
Usage & Trade-offs
All fields support markdown. Use concise bullets and concrete situations.
When to use it
*
Use K8s when: - Microservices prod. - Auto scaling. - Multi-cloud. - CI/CD mature.
Pros
*
- Portability. - Self heal. - Rolling updates. - RBAC. - Ecosystem Helm.
Cons
*
- Steep curve. - Ops heavy. - Cost infra. - YAML hell. - Overkill small.
Notes
Note: kubectl apply -f. Deployments replicas. Minikube local.
Cancel
Save Changes