Kubectl get pods from remote machine, accessing Minikube single-node cluster on an AWS EC2 Instance

9/11/2019

I have a Minikube cluster running on an EC2 Instance. My goal is to run kubectl get pods on my locally running Windows machine to see the cluster info and etc. running on the Minikube cluster hosted on the said EC2 Instance.

So far, I have no successful attempts at doing this. Perhaps I could find my answers here, thanks in advance.

Extra context: I have done this & this too. Just not sure what else I could be missing or not understanding correctly.

-- Jkzs
kubernetes
minikube

0 Answers