--- id: kubernetes version: "36.0.3" license: Apache License Version 2.0 license_treatment: permissive maintenance: active --- # kubernetes — Kubernetes python client License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install kubernetes uv add kubernetes poetry add kubernetes ## Description # Kubernetes Python Client [![CI](https://github.com/kubernetes-client/python/workflows/Kubernetes%20Python%20Client%20-%20Validation/badge.svg)](https://github.com/kubernetes-client/python/actions/workflows/test.yaml) [![PyPI version](https://badge.fury.io/py/kubernetes.svg)](https://badge.fury.io/py/kubernetes) [![codecov](https://codecov.io/gh/kubernetes-client/python/branch/master/graph/badge.svg)](https://codecov.io/gh/kubernetes-client/python "Non-generated packages only") [![pypi supported versions](https://img.shields.io/pypi/pyversions/kubernetes.svg)](https://pypi.python.org/pypi/kubernetes) [![Client Capabilities](https://img.shields.io/badge/Kubernetes%20client-Silver-blue.svg?style=flat&colorB=C0C0C0&colorA=306CE8)](https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/csi-new-client-library-procedure.md) [![Client Support Level](https://img.shields.io/badge/kubernetes%20client-beta-green.svg?style=flat&colorA=306CE8)](https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/csi-new-client-library-procedure.md) Python client for the [kubernetes](http://kubernetes.io/) API. ## Installation From source: ``` git... ## AI interpretation — verify before relying Official Python client library for interacting with Kubernetes clusters via their API, supporting both synchronous and asynchronous operations. Verdict: Production-ready official Kubernetes client with active maintenance, no known vulnerabilities, and permissive Apache License Version 2.0. Low install friction and broad Python 3.10+ support make it suitable for both synchronous and async Kubernetes automation. [View on SkillFed](https://skillfed.io/packages/kubernetes) · [View on PyPI](https://pypi.org/project/kubernetes/)