Novice

Our Kubernetes Fundamental Trainings takes place every 2 weeks through our online meetuparrow-up-right.

The fundamental trainings slides are available herearrow-up-right.

Our Kubernetes Learning Resources are available herearrow-up-right.

How to prepare for our Free Kubernetes Online Trainings?

For the best hands-on learning experience you need to install Minikubearrow-up-right on your local machine and create an account on GCP with billing enabled or deploy a Kubernetes Cluster with Kops on AWS or with TK8 on AWS or OpenStack.

Note: using GKE or installing Kubernetes on AWS or OpenStack is optional, but for some exercises where we use Loadbalancers or persistent disks a cloud installation is needed.

If you don't have a GCP account and didn’t tried Google Kubernetes Engine for free, you can quickly get started with a $300 free creditsarrow-up-right. Please install gcloud SDK / CLI from herearrow-up-right.

If you prefer to deploy Kubernetes on AWS or OpenStack, please follow our Kops Faststart guidearrow-up-right or use our TK8 installerarrow-up-right or the Kubespray Essentialsarrow-up-right.

If you'd like to run a X node Kubernetes Cluster locally with Kubeadm Vagrant (with VirtualBox provider), please follow this guidearrow-up-right.

Get the code for the training

Checkout the code of Kubernetes By Example

$ git clone https://github.com/openshift-evangelists/kbearrow-up-right $ cd kbe/specs/

Checkout the code of Kubernetes By Action

$ git clone https://github.com/luksa/kubernetes-in-action.gitarrow-up-right $ cd kubernetes-in-action/

Last updated