Skip to content

Kubernetes ​

Manage pods, deployments, services, and cluster resources via the Kubernetes API.

DetailValue
CategoryDevOps
Base URLhttps://kubernetes.default.svc
AuthenticationBearer Token
Endpoints8
Connector keykubernetes

Using Kubernetes in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Kubernetes from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /api/v1/namespacesList namespaces
GET /api/v1/namespaces/{namespace}/podsList pods
GET /api/v1/namespaces/{namespace}/pods/{name}Read a pod
GET /api/v1/namespaces/{namespace}/pods/{name}/logRead pod logs
GET /apis/apps/v1/namespaces/{namespace}/deploymentsList deployments
POST /apis/apps/v1/namespaces/{namespace}/deploymentsCreate a deployment
PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scaleScale a deployment
GET /api/v1/nodesList cluster nodes

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.