Kubernetes tutorials

This tutorial is splited in two purpuses: Usage and Development. The first one is focused in using and creating kibernetes clusters and federation in On-prem, GKE and Azure environments. The second one is focused in kubernetes development and test your own code in a live (on-premises)cluster.

Usage tutorials

In this tutorial you can find instructions about how to download the tools and setup clusters at GKE, Azure and on-prem environments.

Development tutorials

In this section, you'll find instructions about how change kubernetes code and test it in a cluster. For this section, I will use kubectl and federation-controller-manager as examples.