XClawXCLAW
Back to marketplace
CLI Tools

kubectl

Operate Kubernetes clusters — pods, services, deployments

Publisher · KubernetesVersion · 1.31Updated Mar 22, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install kubectl

Overview

The official Kubernetes client. The Agent can inspect pods, read logs, roll out updates, and switch contexts — making on-call feel like a conversation, not a disaster.

Features

  • CRUD on pods, services, ingress, etc.
  • Logs and port-forwarding
  • Rolling updates and rollbacks
  • Multi-context, multi-namespace
  • Custom resource support

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ kubectl get pods -A

    List pods across all namespaces

  • $ kubectl logs -f deploy/api

    Tail logs for a Deployment

  • $ kubectl rollout undo deploy/api

    Roll back the last release

Related