kubernetes-101-workshop icon indicating copy to clipboard operation
kubernetes-101-workshop copied to clipboard

Kubernetes 101 workshop for beginners.

Results 4 kubernetes-101-workshop issues
Sort by recently updated
recently updated
newest added

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