kubectl

Command-line interface for running commands against Kubernetes clusters. Some subcommands such as kubectl run have their own usage documentation. More information: <https://kubernetes.io/docs/reference/kubectl/>.

Debian Debian
RUN apt-get update && \ apt-get install -y kubernetes-client
CentOS
RUN yum install -y kubernetes-client
Fedora
RUN dnf install -y kubernetes-client
click the source code to copy install kubectl on any operating system with command-not-found.com