You can set a kubectl
alias for minikube kubectl
executable in your as suggested here Use kubectl inside minikube.
alias kubectl="minikube kubectl --"
In my case, I set this in ~/.bashrc
, and then source $HOME/.bashrc
. So that it becomes available in my terminal.