prefapp / formacion

4 stars 4 forks source link

Use kind for k8s and Helm courses #103

Closed frmadem closed 1 year ago

frmadem commented 2 years ago

Motivation

Kind as a small and powerful tool for deploying and inspecting kubernetes on a local computer.

We should use it for our courses, replacing microk8s.

Therefore, we need a new section on the course where we explain how to use it and configure it for different purposes.

Acceptance criteria

Acceptance criteria

frmadem commented 2 years ago

For local registry, check the docs https://kind.sigs.k8s.io/docs/user/local-registry/

frmadem commented 2 years ago

To launch a kind cluster with an ingress https://kind.sigs.k8s.io/docs/user/ingress/

frmadem commented 2 years ago

To create an arbitrary number of nodes, check https://kind.sigs.k8s.io/docs/user/configuration/#nodes