No description
Find a file
2019-05-29 08:52:04 +02:00
doc Initial version! 2019-05-27 21:05:54 +02:00
k8s-setup Initial version! 2019-05-27 21:05:54 +02:00
unused Initial version! 2019-05-27 21:05:54 +02:00
dashboard-login-info.sh Initial version! 2019-05-27 21:05:54 +02:00
deploy-dashboard.sh Initial version! 2019-05-27 21:05:54 +02:00
kubeadm-init.sh last fixes after test 2019-05-28 22:11:49 +02:00
LICENSE Initial version! 2019-05-27 21:05:54 +02:00
Readme.md last fixes after test 2019-05-28 22:11:49 +02:00
user-setup.sh beautify bash completion 2019-05-29 08:52:04 +02:00

Kubernestes Setup for my workshops

Install

Here is a minimal install from:

  • kubernetes 1.14.2 with kubeadm 1 all in one node
  • additional deployment:
    • service account for k8s-dashboard login
    • k8s dashboard

Content:

  • kubeadm-init.sh --> Shell script to install cluster (RUN AS ROOT)
  • user-setup.sh --> initial setup for non root user (run as normal user)
  • deploy-dashboard.sh --> deploy kubernetes-dashboard and service account (as normal user)
  • dashboard-login-info.sh --> how to open the dashboard from your host machine (relevant for virtualbox config)

Peter Pfläging peter@pflaeging.net

https://www.pflaeging.net

License: Apache 2.0