← 技術スタックへ戻る

Kubernetes
Container orchestration at scale
Kubernetes automates deployment, scaling, and operations of containerized applications across clusters — the de facto control plane for modern microservices.
公式ホームページを基にした要約です。プレビュー高速化のためローカルに保持しています。
ハイライト
- Declarative deployments, rollouts, and rollbacks
- Service discovery, load balancing, and self-healing
- Works with Docker images and cloud/on-prem clusters
- Huge ecosystem: Helm, operators, GitOps tooling
こんなときに
- Many containerized services
- Standard rollouts/rollbacks
- GitOps / platform teams
KU THANH スタックでの位置
When the system outgrows one or two Compose containers.
選ばれる理由
Standardize how services run
Pods, Deployments, and Services give every app the same lifecycle — easier ops across teams.
Scale with demand
Horizontal pod autoscaling and resource limits keep workloads responsive without manual SSH firefighting.
Portable by design
The same manifests can target managed K8s (EKS/GKE/AKS) or a private cluster when requirements change.