Skip to content

Files

Latest commit

 

History

History

Validating Configs from Code to Deployment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Validating Configs from Code to Deployment (presentation)

With great power comes great responsibility. While GitOps empowers your engineering organization with greater ownership - it can also have the downsides of being dangerous, if not properly managed and configured, as ultimately every engineer can impact production.

In this talk, we will go over some best practices when applying GitOps in your engineering organization, and ways to automate the validation of Infrastructure as Code config files, in order to build stability inherently into your GitOps practices.

WTF is Cloud Native? Conference

Resources from the presentation

Valid file

⚙️ yq - a portable command-line YAML processor

Valid schema

🏪 JSON Schema Store
🐍 jsonschema (py)
📚 Why you need to use Kubernetes schema validation tools

Following best practices

📑 A curated list of static analysis (SAST) tools for config files (and more)