Skip to content

johscheuer/inovex_classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inovex classes

Prereq.

  • Minikube (tested: v0.28.2)
  • Docker (tested: 18.06.1-ce)
  • SSH client (Putty/OpenSSH)

Setup Minikube

All inovex classes asume that you are inside of the Minikube VM. In order to be able to execute kubectl in Minikube we need to install kubectl and make the admin configuration available for the current user docker:

$ curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.11.3/bin/linux/amd64/kubectl
$ chmod +x kubectl
$ sudo mv kubectl /bin
$ export KUBECONFIG=/etc/kubernetes/admin.conf
$ sudo chown docker:docker /etc/kubernetes/admin.conf
$ kubectl cluster-info

Classes

About

inovex classes are a new concept from www.inovex.de

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published