kubernetes-python

Installation
SKILL.md

Kubernetes Python Client Skill

Official Python client library for Kubernetes, providing programmatic access to the Kubernetes API for automation, custom tooling, and application integration.

Quick Start

Installation

pip install kubernetes

Basic Usage

from kubernetes import client, config

# Load kubeconfig
config.load_kube_config()
Installs
24
GitHub Stars
11
First Seen
Jan 24, 2026
kubernetes-python — adaptationio/skrillz