prefapp / formacion

4 stars 4 forks source link

Helm practice: using statefulsets #81

Open frmadem opened 2 years ago

frmadem commented 2 years ago

Motivation

A StatefulSets is a K8s artifact useful in several scenarios. This exercise helps us to understand the building of a complex chart and the utility of statefulsets.:

Content

  1. Build a chart that uses a statefulset to have predictable NetworkIDs.
  2. Create a headless service for the pods.
  3. Test our application and run it on a kind cluster.
frmadem commented 2 years ago

We could use pdftron for the practice.