Skip to content

Files

Latest commit

 

History

History

A Deep Dive Into Kubernetes Schema Validation

A Deep Dive Into Kubernetes Schema Validation

How do you ensure the stability of your Kubernetes clusters? How do you know that your manifests are syntactically valid? Are you sure you don’t have any invalid data types? Are any mandatory fields missing? Most often, we only become aware of these misconfigurations at the worst time - when trying to deploy the new manifests.

In this talk, we will review how to overcome this challenge with OSS tooling that can be integrated seamlessly into your deployment process.

Resources