Python client for Kubernetes
Client library written in Python to interface to Kubernetes.
- HTTP interface using requests using kubeconfig for authentication
- Python 2.7 or 3.4
- requests (included in
install_requires
) - PyYAML (included in
install_requires
)