...

/

How is the Course Organized?

How is the Course Organized?

This lesson discusses how the content of this course is organized.

Independent chapters

There are multiple different sections, and each section starts from scratch. You can jump to any individual section and run all the examples independently of each other. For this to work, I will give you instructions in each section on how to create a cluster, how to deploy a demo application, and how to set up everything we need in a cluster. Similarly, at the end of each section, we will destroy everything we created.

All in all, each section will start from scratch. We will introduce the section’s theme, set up everything we need, do some exercises, and then destroy everything. Each section is independent of the others.

Choice of Kubernetes cluster

Now, as for Kubernetes clusters, I created examples and tested them in:

  • Minikube
  • Docker
...