DevOps
Kubernetes
0views0comments
A large-scale container orchestration system with auto-scaling and self-healing.
Overview
Kubernetes is a large-scale container orchestration system maintained by the CNCF.
Highlights
Auto-scaling under load, self-healing when pods fail, and safe rollout/rollback management.
When to use it
A good fit when a system has many microservices needing complex orchestration — overkill for small, simple projects.
Tags
kubernetesorchestration
Category
DevOps · Open source projects