https://github.com/cloudoutloud/k8s-python
https://github.com/cloudoutloud/k8s-python
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudoutloud/k8s-python
- Owner: cloudoutloud
- Created: 2024-02-04T15:50:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T18:54:41.000Z (about 2 years ago)
- Last Synced: 2024-04-25T19:54:07.201Z (about 2 years ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.