TLDR.Chat

Managing Kubernetes Configuration with Jsonnet

Why the fuck are we templating yaml? | lbr. 🔗

The text discusses the challenges and complexities of templating YAML for configuration management, particularly in the context of Kubernetes. It highlights the limitations and difficulties of using YAML templating tools like Helm and CloudFormation, and suggests using Jsonnet as a more effective alternative for generating JSON config. Jsonnet's ability to handle external variables, optional fields, and object manipulation is presented as a more flexible and efficient approach to managing configuration for Kubernetes clusters.

Related