kubectl — Application Operations, Part One

K8s kubectl Deep Dive

Tony
Dev Genius
Published in
6 min readJan 31, 2023

--

In my previous kubectl article, I showed you how to do K8s node operations, let’s continue with kubectl application operations.

We already know that in K8s, A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state in a Deployment for your application, and the Deployment Controller changes…

--

--