Draft: add ability to create pods/deployments from yaml and delete them by specifying...
closes #11
- Implements and expands the functionality of !2 (closed) to create pods/deployments from a YAML file
- Add ability delete pods and deployments by specifying their labels and namespace
- Add a dev test to verify kubernetes env is working (and the API a bit)
Functionality can be tested by:
- following doc setup here: https://gitlab.com/c2-games/infrastructure/sandbox-api/-/issues/13#note_1135332913 by setting up SSH keys with that proxmox server, configuring your SSH config to tunnel the correct ports, copy the
.kube/configfrom the VM to your devbox, and executingsanity_checks.py - OPTIONALLY: log into the server listed above, and run
sanity_checks.pythere.