Back to Marketplace

Kubectl CLI

RAPR CLI connectorCloud, DevOps & Infrastructure

Kubernetes cluster management via kubectl — pods, deployments, services, logs, and scaling.

By RAPR AIv1.0.0Package license: MITFree & Open Source

Kubectl CLI package details

kubernetesk8scontainersdevopsorchestration

RAPR CLI connector scope

This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.

How to get started

Install RAPR AI

Download and install RAPR AI on your computer

Find in Marketplace

Open RAPR AI, go to Packages, and browse the marketplace

Install from Marketplace

Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.

Kubectl CLI

Manage Kubernetes clusters from the command line — deploy apps, inspect workloads, and debug issues.

What you can do

  • Pods: List, describe, logs, exec into pods
  • Deployments: Create, scale, rollout, and rollback
  • Services: Expose and manage services
  • ConfigMaps & Secrets: Manage configuration
  • Namespaces: Organize and isolate resources

Prerequisites

# Install kubectl
brew install kubectl          # macOS
choco install kubernetes-cli  # Windows
sudo snap install kubectl      # Linux

# Verify cluster access
kubectl cluster-info

Example Commands

  • "Get all pods in the default namespace"
  • "Scale the web deployment to 5 replicas"
  • "Show logs from the api-server pod"
  • "Describe the failing deployment"

Ready to try Kubectl CLI?

Download RAPR AI and connect Kubectl CLI in seconds.