Python code to evict a pod from kubernetes when a message is received. This is used in GCP with a Pub/Sub message to trigger a pod eviction from a GKE cluster.
|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
pod-evict
Python code to evict a pod from kubernetes when a message is received. This is used in GCP with a Pub/Sub message to trigger a pod eviction from a GKE cluster.