This repo contains the source material for my Foundations of Kubernetes talk at IADNUG on April 25th, 2024.
https://www.meetup.com/iadnug/events/300182485/
Specifically, this repo contains the two demonstration projects:
In order to run these projects, you will need the following:
Note: other cluster tools will likely work (e.g. kind or even a managed cloud cluster) but the directions in this repo assume you are using minikube.
If you don't want to install any of the above tools locally, the default GitHub Codespaces image contains all the necessary tools.
Note: the majority of the code was developed using GitHub Codespaces
The README files for the demonstration projects contain specific instructions on how to run the example.