Kubectl

kubectl allows us to manage local Kubernetes clusters like the Minikube cluster, or remote clusters deployed in the cloud.

Minikube installation has its own kubectl CLI installed and ready to use.

Once separately installed, kubectl receives its configuration automatically for Minikube Kubernetes cluster access.

There are different methods that can be used to install kubectl listed in the Kubernetes documentation.

Installing kubectl on Ubuntu Follow  https://5gnetworkarchitecture.com/install-kubectl/

Installing kubectl on MacOS Follow  https://5gnetworkarchitecture.com/install-kubectl/

Installing kubectl on Windows Follow  https://5gnetworkarchitecture.com/install-kubectl/