This repository contains the accompanying practice tasks for the Kubernetes Fundamentals course.
To follow along the practice tasks, please make sure to setup kubectl
as explained in the initial mail using one of those two options:
The following output of tree -L 2
shows the folder structure of this repo:
.
├── LICENSE
├── Readme.md
├── demos --> Used for demos
│ ├── apps
│ └── ingress
├── examples --> Used for examples in slides
│ ├── deployments
│ ├── network
│ └── pods
└── practice --> Your practice tasks
├── challenges
├── configuration
├── deployments
├── ingress
├── network
├── pods
├── pods2
└── replicasets