{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities"}],"enrichment":{"capability":"Asynchronous Python client for the Kubernetes API, enabling non-blocking interaction with Kubernetes clusters using AsyncIO.","skillfed_tags":["async-io","kubernetes","container-orchestration"],"use_cases":["Building event-driven Kubernetes operators or controllers that need to react to cluster changes without blocking.","Concurrent pod log streaming or multi-resource watching from a single Python process.","Orchestrating bulk Kubernetes operations with async concurrency without thread pools.","Integrating Kubernetes API calls into async web frameworks or async task queues.","Writing integration tests that need to poll Kubernetes state asynchronously while running other async tasks."],"what_it_does":"kubernetes_asyncio is an asynchronous Python client for the Kubernetes API, built using the OpenAPI generator to mirror the structure of the official synchronous client but with async/await support throughout. It allows developers to interact with Kubernetes clusters without blocking the event loop, making it suitable for concurrent operations like watching multiple resources, tailing pod logs, or orchestrating many API calls in parallel.\n\nThe library handles Kubernetes configuration loading, API client lifecycle management, and provides typed access to Kubernetes API groups. Dependencies include aiohttp for HTTP requests, pyyaml for config parsing, and standard utilities like certifi, urllib3, python-dateutil, and six. It targets modern Python versions and is versioned to align with Kubernetes release cycles.","worth_installing":"Yes, if you need async Kubernetes API access in Python 3.10+. The library is actively maintained, has low install friction, carries no known vulnerabilities, and uses a permissive license. It is a direct fit for async-first applications; if your workload is synchronous or requires earlier Python versions, alternatives may be more suitable."},"id":"kubernetes-asyncio","links":{"html":"https://skillfed.io/packages/kubernetes-asyncio","md":"https://skillfed.io/packages/kubernetes-asyncio.md","pypi":"https://pypi.org/project/kubernetes-asyncio/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-04","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"kubernetes-asyncio","python_support":"supports_current","summary":"Kubernetes Asynchronous Python Client"},"popularity":{"monthly_downloads":21434572,"position":1002,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"36.1.0"}
