Skip to content

isaaguilar/admissions-webhook-flask-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admissions Webhook Flask Server

A Kuberentes admissions controller webhook written in python for validating and mutating validations.

Flask environment setup

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:

About

Kubernetes validating webhook configuration server written in Flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published