One-click install
npx skills add https://github.com/dennisonbertram/go-agent-harness --skill kubectl-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubectl-ops
Source: https://github.com/dennisonbertram/go-agent-harness/tree/main/skills/kubectl-ops
Command: npx skills add https://github.com/dennisonbertram/go-agent-harness --skill kubectl-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Kubernetes operations by guiding users through kubectl-driven workflows, reducing manual context switching and error-prone commands.

Core Features & Use Cases

  • Manages deployments, rollouts, scaling, and resource configuration using kubectl.
  • Provides context/namespace guidance, and safety checks like dry-run and diff before applying changes.
  • Use Case: scale a deployment across environments, apply manifest files, and manage secrets and config maps across clusters.

Quick Start

Start by applying a manifest with kubectl to your cluster.

Frequently Asked Questions about kubectl-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate kubectl deployment workflows across multiple environments?

You can automate kubectl deployment workflows by executing guided commands for scaling, rollouts, and applying manifests across multi-cluster environments. This reduces manual context switching and handles routine Kubernetes operations safely.

Can I use dry-run and diff to apply Kubernetes manifests safely?

Yes, you can use dry-run and diff safety checks before applying changes to your Kubernetes cluster. This validates manifest configurations and previews resource changes without risking unintended modifications to your active deployments.

What's the best way to scale a Kubernetes deployment using kubectl?

The best way to scale a Kubernetes deployment is by running automated kubectl commands that adjust resource configuration across environments. This ensures consistent scaling operations while maintaining proper namespace context.

Does kubectl-ops work with Kubernetes secrets and config maps across clusters?

Yes, it supports managing Kubernetes secrets and config maps across multi-cluster environments. You can execute targeted kubectl commands to update and maintain these resources while maintaining proper namespace context.

Do I need kubectl installed locally to automate Kubernetes operations?

Yes, you need kubectl installed and configured with access to your target clusters. This local setup is required to execute deployment, rollout, and scaling commands across your multi-cluster environments.