Kubernetes and vscode

I have installed kuberenetes with minikube on windows in virtualbox, for the moment I’m using visual studio as yaml IDE and using cmd for kubectl commands.

I want to know how can I define Visual studio to connect to minikube inside itself and discard the cmd? Is there any extension or other tools?

Hello, @Nasri

You can open an integrated terminal in VSCode to run kubectl commands, check this link:

2 Likes

@Ayman
Thank you, it works like charm.

You’re most welcome.