google-cloud-container
Google Cloud Container API client library
Install
google-cloud-container on PyPI
pip
pip install google-cloud-containeruv
uv add google-cloud-containerpoetry
poetry add google-cloud-containerPackage facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf |
| Maintenance | actively maintained — 71 days since the last release |
| Last repo commit | |
| First released | |
| Popularity | one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-13) |
Evidence: google_cloud_container-2.65.0-py3-none-any.whl
About google-cloud-container
from the package's own PyPI description — quoted content, verbatim
Python Client for Kubernetes Engine
|stable| |pypi| |versions|
Kubernetes Engine_: Builds and manages container-based applications, powered by the open source
Kubernetes technology.
Client Library Documentation_Product Documentation_
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-container.svg :target: https://pypi.org/project/google-cloud-container/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-container.svg :target: https://pypi.org/project/google-cloud-container/ .. _Kubernetes Engine: https://cloud.google.com/kubernetes-engine/ .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/container/latest/summary_overview .. _Product Documentation: https://cloud.google.com/kubernetes-engine/
Quick Start
In order to use this library, you first need to go through the following steps:
Select or create a Cloud Platform project._Enable billing for your project._ 3....
Read as markdown · JSON record · Source repository · Homepage
AI interpretation — verify before relying
AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page
Provides a Python client library for Google Cloud Kubernetes Engine, enabling programmatic management of container-based applications and Kubernetes clusters through the Google Cloud API.
Low install friction with a pure-Python wheel distribution. Active maintenance—last commit 2026-08-13, 71 days since latest release—and stable production status across Python 3.10–3.14.
Apache-2.0 permissive license allows broad use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.
Usage
pip install google-cloud-container
from google.cloud import container_v1
client = container_v1.ClusterManagerClient()
# Use client methods to manage GKE clusters
Requires Python >= 3.10 and Google Cloud authentication credentials configured (via Application Default Credentials or explicit service account key).
Verdict: A well-maintained, production-stable library from Google's official cloud SDK with no known vulnerabilities, permissive licensing, and low installation friction. Suitable for any Python 3.10+ project needing programmatic Kubernetes Engine control.
Needs verification
- Whether the library's five runtime dependencies (google-api-core, google-auth, grpcio, proto-plus, protobuf) have any known vulnerabilities or maintenance concerns.
- Specific authentication setup steps and whether additional Google Cloud SDK configuration is required beyond standard ADC.
Similar packages
permissive · top 1,000 on PyPI
google-cloud-workflowspermissive · top 1,000 on PyPI
google-cloud-monitoringpermissive · top 1,000 on PyPI
google-cloud-appengine-loggingpermissive · top 1,000 on PyPI
googleapis-common-protospermissive · top 100 on PyPI
google-cloud-bigquery-storagepermissive · top 1,000 on PyPI
google-cloud-translatepermissive · top 1,000 on PyPI
google-cloud-buildpermissive · top 1,000 on PyPI
google-cloud-redispermissive · top 1,000 on PyPI
kubernetespermissive · top 1,000 on PyPI