Kubernetes Workshop¶
This workshop serves as an introduction to Kubernetes, it focuses on the main resources and demonstrates their usage on a sample demo application.
It begins with an overview of the main Kubernetes concepts.
Next, to put these concepts into practice, it guides you through the creation of an Exoscale SKS cluster as this is the cluster on which the workshop has been validated.
Notes:
- you will get free credits to create this cluster and to use Exoscale infrastructure
- you can use your own cluster, in this case you may need to adapt a couple of things
Next we introduce the VotingApp demo application which is used in the workshop.
Next you will go through the main Kubernetes resources sequentially and learn about Pods, Services, Deployments, ... and put each of these resources into practice using the demo application.
Then you will use Helm to package and distribute an application
Sound good ? Let's get started