When you hear that Docker (container image) manifests are like recipes, the first thing that comes to mind might be the Dockerfile. While they sound […]
Category: DevOps
Understanding the values.schema.json File in Helm Charts
When working with Helm Charts for Kubernetes deployments, you might encounter a file called values.schema.json. This file plays an essential role in managing how configuration […]