Category: Cloud Status: base
Connects to any Kubernetes cluster using a kubeconfig credentials file. Manages namespaces, workloads, and runs kubectl-style operations.
| Field | Default | Description |
|---|---|---|
| credentials_name | (empty) | Name of the kubeconfig file (uploaded to dbwebtool appdata) |
Kubeconfig file containing cluster endpoint, CA certificate, and user credentials (token, client cert, or basic auth). Upload the kubeconfig file and set credentials_name to its filename.
Requires the kubernetes Python package:
pip install kubernetes