https://github.com/colearendt/example-python-kubernetes
An example usage of the Kubernetes Python client without a kubeconfig file
https://github.com/colearendt/example-python-kubernetes
api k8s kubeconfig kubectl kubernetes python
Last synced: 2 months ago
JSON representation
An example usage of the Kubernetes Python client without a kubeconfig file
- Host: GitHub
- URL: https://github.com/colearendt/example-python-kubernetes
- Owner: colearendt
- Created: 2021-01-26T07:52:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T12:22:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T21:55:37.091Z (7 months ago)
- Topics: api, k8s, kubeconfig, kubectl, kubernetes, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Kubernetes with Python
This is an example of using the Kubernetes API python client library without a
kubeconfig file.Also discussed [in this blog post](https://www.analogous.dev/blog/using-the-kubernetes-python-client-with-aws/).
## main.py
This file is autogenerated by `main.sh` using the contents of the `breakout/` folder