kubernetes-101-workshop
kubernetes-101-workshop copied to clipboard
Kubernetes 101 workshop for beginners.
According to https://github.com/docker-library/busybox/issues/48, latest busybox images wont give expected results for demo purposes. Instead `busybox:1.28` provides apt behavior for this demo. To make the latest busybox image work as expected,...
Networking Link https://www.youtube.com/watch?v=0Omvgd7Hg1I&t=911s
https://github.com/helm/helm/releases https://github.com/helm/charts/tree/master/stable/wordpress kubectl create clusterrolebinding helm-admin --clusterrole=cluster-admin --serviceaccount=kube-system:tiller kubectl create clusterrolebinding self-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default helm install --name wordpress --set wordpressUsername=admin,wordpressPassword=password,mariadb.mariadbRootPassword=secretpassword stable/wordpress
List out installable to be installed before workshop