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
- Build a chart that uses a statefulset to have predictable NetworkIDs.
- Create a headless service for the pods.
- Test our application and run it on a kind cluster.