Skip to content

artasparks/kube-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kube Lab

Playing around with Kubernetes!

Notes

Getting things running

curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64 && \
  chmod +x minikube && \
  sudo mv minikube /usr/local/bin/
brew install docker-machine-driver-xhyve
sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve

Already had kubectl installed via gcloud

minikube start --vm-driver=xhyve
kubectl config use-context minikube
kubectl cluster-info

About

Playing around with Kubernetes!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published