Topic

#Kubernetes

11 posts tagged “Kubernetes”.

Chisato Chisato · · 4 min read

Kubernetes StatefulSets vs Deployments Explained

Deployments manage interchangeable, stateless pods; StatefulSets give each pod a stable identity and storage. When each one actually belongs.

#Kubernetes #DevOps #Cloud
Chisato Chisato · · 5 min read

What Is a Kubernetes Operator?

A Kubernetes operator encodes operational knowledge into software, automating tasks a human admin would otherwise do by hand for a specific application.

#Kubernetes #Cloud #DevOps
Chisato Chisato · · 4 min read

Kubernetes HPA vs VPA: Autoscaling Explained

Kubernetes HPA scales pod replica count; VPA resizes CPU and memory requests per pod. How each autoscaler works and when to use them together.

#Kubernetes #DevOps #Cloud
Chisato Chisato · · 3 min read

What Is the Sidecar Pattern? Kubernetes Sidecars

The sidecar pattern runs a helper container alongside your app in the same pod, adding logging, proxying, or security without touching app code.

#Kubernetes #DevOps #Cloud
Chisato Chisato · · 5 min read

Kubernetes vs Docker: What's the Difference?

Docker builds and runs containers; Kubernetes orchestrates fleets of them. What each tool does, how they work together, and when Compose is enough.

#Kubernetes #Docker #DevOps

← All topics