An open API service indexing awesome lists of open source software.

https://github.com/cloudoutloud/k8s-python


https://github.com/cloudoutloud/k8s-python

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# kubectl-with-python

A collection of scripts for kubernetes using the python client.

1. pod-anti-affinity.py - Checks if there are any pods running anti-affinity rules.

2. pod-disruption-budget.py - List all pdb resources.

3. workloads-no-requests.py - List all workloads that have no cpu and memory requests.