kubernetes

Package — Cloud/DevOpsPython 3.7+Advanced

Official Kubernetes client library for Python

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
certifi, PyYAML, python-dateutil, requests, requests-oauthlib, urllib3, websocket-client
Install
pip install kubernetes

Learn by Difficulty

Quick Example

python
# Install: pip install kubernetes
import kubernetes

# Basic kubernetes usage
print(f"Using kubernetes")
# See documentation for detailed examples

kubernetes is a third-party package. Official Kubernetes client library for Python. Install with: pip install kubernetes

Try in Playground

Tags

packageclouddevopsinfrastructure