This repository was created to host a tutorial to learn Helm by creating a chart to deploy a small ASP.NET Core application to Kubernetes
Structure of this tutorial:
You will need the following:
Docker Desktop
.NET Core (this app uses 6.0)
Visual Studio Code
Helm
kubectl
Some checks:
- Make sure that you enable Kubernetes in Docker Desktop after installationg
- You can check the installation by running
docker version