K8s Training

Environment configuration

Prerequisites:

Chocolatey

Install chocolatey https://chocolatey.org/docs/installation This package manager will be usefull to install other prerequisites.

Kubectl

choco install kubernetes-cli

Helm charts

choco install kubernetes-helm

Docker

Download and install docker https://www.docker.com/get-started

And

Let's start :-)


Setup azure access

How setup azure access


"Hello World" deployment

Deployment


Add storage

Storage


Ingress

Setup ingress


Helm charts

Helm charts


Materials:


Usefull commands

  • helm del $(helm ls --all --short) --purge remove all helm charts
  • TBD .......