Category: Kubernetes

To describe a Kubernetes cluster you have to create a series of configuration files that point to the desired state of this cluster. These files have a very powerful descriptive language but miss a way to follow the DRY principle to keep them tidy.

Related Articles