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

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

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