Kubernetes

Category: Cloud Status: base

Connects to any Kubernetes cluster using a kubeconfig credentials file. Manages namespaces, workloads, and runs kubectl-style operations.

Connection Settings

Field Default Description
credentials_name (empty) Name of the kubeconfig file (uploaded to dbwebtool appdata)

Authentication

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.

Supported Actions

Required Setup

Requires the kubernetes Python package:

pip install kubernetes

External Links