harbur / kubernetic

Kubernetic - Supercharge your Kubernetes clusters
https://kubernetic.com
276 stars 26 forks source link

How to connect to my Kube Raspberry Pi Cluster #220

Open Nwhouse opened 4 years ago

Nwhouse commented 4 years ago

Hello. I really like what you have done but I am trying to figure out how to connect from my windows pc to my Pi cluster. I looked over the documentation and it did not seem to cover how to setup the connection.

Thanks

dkapanidis commented 4 years ago

Hi @Nwhouse,

We have covered some typical kubernetes setups here but we don't have yet an Kube Rasberry Pi example.

The only requirement to connect Kubernetic to your cluster is to setup your kubectl CLI first. Kubernetic uses the ~/.kube/config in your machine (see contexts).

Do you have kubectl configured in your win machine? Is there a specific guide you followed for setting up your Kube Pi?

Nwhouse commented 4 years ago

@dkapanidis Thanks for the reply. So the Kubernetic cluster is not running locally on my Windows PC. I was hoping I could remotely manage my cluster from my Windows desktop. Not sure if that helps.

Thanks