Basic tutorials to set up and play around with a kubernetes cluster (using kind)
- Pre-reqs: Install the required kind and kubectl tools.
- Setup Cluster: Follow the instructions to set up a Kubernetes cluster using kind.
- Demo App Docker: Learn how to build and run a Docker container for a demo application.
- Demo App Kubernetes Deployment: Deploy the demo application to the Kubernetes cluster.