I use this repository for testing various Kubernetes features and concepts. Each project is a separate directory with its own README.md file.
- You need to have GNU Make to run the make commands.
All of the projects obviously require a Kubernetes cluster. Don't have one? No worries. Just install Docker, Kubectl, and k3d.
Then, run the following command:
make create-cluster
This will create a small cluster that is actually a bunch of Docker containers.
Now you are all set! Enjoy the projects!