A Kuberentes admissions controller webhook written in python for validating and mutating validations.
Create a virtual environment
virtualenv venv
# Install requirements
venv/bin/pip install -r requirements.txt
# Start the app for testing locally
venv/bin/python admissions-webhook.py
Access the app on port 5000 and try the API endpoints: