My kubectl Cheat Sheet

This is a small kubectl Cheat Sheet with the list of commands and settings I use, almost on a daily basis, when working with kubernetes. Get version and cluster information Get kubectl version 1kubectl --version Get cluster information 1kubectl cluster-info Check cluster nodes 1kubectl get nodes Get running services...