Tips on solving E_TOO_MANY_THINGS_TO_LEARN with Kubernetes

At a recent Kubernetes London meetup, I showed highlighted some of the marvellous work happening within the Kubernetes Community and some tips on how to get started.

The slides are below:

 

The video of the presentation can be found at:
https://skillsmatter.com/skillscasts/9737-tips-on-solving-e_too_many_things_to_learn

All the demos were delivered via Katacoda, the interactive learning platform I founded. The links are here:
Minikube – https://kubernetes.io/docs/tutorials/kubernetes-basics/cluster-interactive/

Kubeadm – https://www.katacoda.com/courses/kubernetes/getting-started-with-kubeadm

Openshift – http://openshift.katacoda.com/katacoda-introduction/deploy-containers-using-cli/

Helm Package Manager – https://www.katacoda.com/courses/kubernetes/helm-package-manager

Weave Flux – https://www.weave.works/guides/cloud-testdrive-part-2-deploy-continuous-delivery/

Adding bash completion:

source <(kubectl completion bash)