K8s — kubectl
A little K8s knowledge every day!

kubectl
kubectl
is a command line tool (CLI) for K8s, an essential management tool for K8s users and administrators.
kubectl
provides a large number of subcommands to facilitate the management of various functions in a K8s cluster. Instead of listing the formats of various subcommands, Iwill introduce how to query the help of…