Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Kubernetes Python Client v33.1.0 Stable Release source code.tar.gz | 2025-06-09 | 2.4 MB | |
Kubernetes Python Client v33.1.0 Stable Release source code.zip | 2025-06-09 | 4.6 MB | |
README.md | 2025-06-09 | 425 Bytes | |
Totals: 3 Items | 7.0 MB | 1 |
Getting started:
:::bash
pip install --pre --upgrade kubernetes
Or from source, download attached zip file, then
:::bash
unzip client-python-v33.1.0.zip
cd client-python-v33.1.0
python setup.py install
Then follow examples in https://github.com/kubernetes-client/python/tree/release-33.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-33.0/CHANGELOG.md