conference logo

Playlist "Grazer Linuxtage 2019"

Kubernetes Configuration Management

Klaus Azesberger

This talk provides a **beginner friendly introduction** to the options available in the space of **Kubernetes Configuration Management**.

Kubernetes Configuration management is declarative and quite explicit. Also the Kubernetes API is extensive. A valid Pod spec contains at least 30 distinct, valid child attributes (k8s v1.13). There is a good chance specs will grow in their number and by numbers of fields.

This talk will give a short overview of the problem space and current options to manage configuration changes.