Kubectl command cheat sheet
Kubernetes is an open-source platform designed to automate deploying, scaling, and operating application containers. To interact with Kubernetes, you’ll need to use kubectl, the command-line interface that allows you to run commands against Kubernetes clusters. …