Install kubectl on Ubuntu Instance | How to install kubectl in Ubuntu
Kubernetes uses a command line utility called kubectl for communicating with the cluster API server. It is a tool for controlling Kubernetes clusters. kubectl looks for a file named config in the $HOME directory. How to install Kubectl in Ubuntu inst...