The is a small tutorial that will describe how to deploy a small application to kubernetes. The app is deployed to two environments which is illustrated on the picture at the bottom of the page.
We will only cover some basic kubernetes features, but for most developers this will be enough.
Most developers just need an easy way to do the following:
- Deploy an app to multiple environments: dev, test, prod.
- The app should have different environment variables depending on the environment.
- A way to handle secrets, like database username and password.
The workshop is divided in three parts - a folder and readme per folder.
You will need some software. You can do it with Choco or manually:
# Remember "Run as admin"
choco install docker-desktop -y
choco install kubernetes-helm -y- Docker. Install docker
- Helm CLI ("helm"). Install helm
