Don’t Memorize Kubernetes API Resources. Use these Two kubectl Commands instead!

How many times have you forgotten the name of a Kubernetes API resource you intended to create, view, or modify? Maybe you knew the name of the resource but forgot what the proper schema should be? Both of these scenarios happen to me all the time, especially for resources with longer names or for those I may not interact with daily.

Read More

Helm Tricks: Input Validation with values.schema.json

Earlier, I published a post about performing input validation in Helm using the required and fail functions. These functions provide a simple way to perform inline validation within your chart templates and can be used to ensure that expected values are provided and fit within … “Helm Tricks: Input Validation with values.schema.json”

Read More