Based on the insights shared in the article by Nathan Yellin at robusta.dev, I've created a simple resource validator for k8s deployments, which verifies if your resource limits and requests are appropriately configured
Please note that this repository was primarily crafted to explore the Kubernetes Admission Webhook feature. For production environments, there are probably better choices.
# gen self signed certs
make certs
# create a kind k8s cluster and deploy the manifests in dev directory
make build