How to setup a mutation webhook in Kubernetes
This post will show the steps to configure a simple mutation webhook in the Kubernetes cluster. If you are not familiar with webhooks, you can read about them HERE. For this post, I will be using a python(flask) based webserver as a webhook for simplicity. Objective/Example Usecase: In this post, we will set up a …