Sachin Chaurasiya

Tag

#Kubectl

5 items tagged Kubectl.

All tags

Articles 5

Kubernetes intermediate

Kubernetes Health, Resources and Reliability

What readiness, liveness and startup probes do (with a failing one of each), how requests decide scheduling and limits decide OOMKilled and throttling, what the cgroup counters show, and how termination grace works.

11 min read
Kubernetes intermediate

Kubernetes Scaling, Rollouts and Recovery

Manual scaling, rolling updates and rollback as an operator sees them, and a HorizontalPodAutoscaler on kind with metrics-server: real utilisation figures, a 2-to-6 scale-up under load, and the scale-down window.

11 min read
Kubernetes intermediate

Kubernetes Services, Networking and DNS: Following One Request

How a request finds a pod: cluster DNS, the Service ClusterIP, the EndpointSlice the selector fills, port versus targetPort, headless Services and Ingress in outline; each inspected on a kind cluster, mistakes included.

9 min read
Kubernetes intermediate

Kubernetes Workloads and Controllers: Choosing and Reading Them

Deployments, StatefulSets, DaemonSets, Jobs and CronJobs on a real three-node cluster: what kubectl reports, what happens when you delete a pod of each kind, why a DaemonSet skips the control plane, and which to use.

10 min read