Skip to content

RavianXReaver/Kubernetes_Cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microk8s HA Cluster

Under construction....

Notes:

To access and remotely connect to the kubectl in master node from localhost use the below command.

scp -r vagrant@[IP_address]:/home/vagrant/.kube/config ~/.kube/config Then Change the server address in ~/.kube/config

POST CONFIGURATION

  1. Create the kube config file in the master node
ssh vagrant@[MasterNode_IP_address] microk8s config > ~/.kube/config
  1. Copy the Kube config file to the local server
scp -r vagrant@[MasterNode_IP_address]:/home/vagrant/.kube/config ~/.kube/config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published