kubernetes

Operate, troubleshoot, and secure Kubernetes clusters across distributions and cloud providers.

40|6|Updated Jul 11, 2026
One-click install
npx skills add https://github.com/magnus919/agent-skills --skill kubernetes-magnus919
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/magnus919/agent-skills/tree/main/kubernetes
Command: npx skills add https://github.com/magnus919/agent-skills --skill kubernetes-magnus919

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kubectl, python3, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill eliminates guesswork in Kubernetes operations by providing a structured, evidence-based framework for cluster management, troubleshooting, and security, preventing common configuration errors and operational blind spots.

Core Features & Use Cases

  • Discovery-First Operations: Automatically query API resources, CRDs, and system workloads to establish a ground-truth baseline before performing any action.
  • Safe Mutation Patterns: Enforces a strict workflow of rendering, diffing, and server-side dry-runs with explicit confirmation requirements for destructive operations.
  • Distribution-Aware Guidance: Provides specialized overlays for diverse environments including k3s, EKS, AKS, GKE, and Talos, ensuring instructions are tailored to the specific cluster architecture.

Quick Start

Use the kubernetes skill to run a full diagnostic report on the current cluster context.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I troubleshoot Kubernetes cluster issues without guesswork?

Kubernetes troubleshooting requires evidence-based cluster management, starting with API discovery and system workload queries to establish a ground-truth baseline before performing any operational actions.

What's the best way to safely apply destructive changes to production Kubernetes workloads?

Safe Kubernetes mutations require rendering, diffing, and server-side dry-runs with explicit confirmation gates, ensuring destructive operations are validated before execution in production environments.

Can I use kubectl to manage Kubernetes across different distributions like EKS and GKE?

Kubectl operations work across diverse Kubernetes distributions including EKS, AKS, GKE, k3s, and Talos, with distribution-aware overlays tailoring instructions to specific cluster architectures.

How do I enforce network policies and manage workload lifecycles in Kubernetes?

Kubernetes network policy enforcement and workload lifecycle management are handled through a structured, agent-first command wrapper that queries API resources and CRDs before executing operational tasks.

Why do I need to query API resources before running Kubernetes cluster operations?

Querying Kubernetes API resources establishes a discovery-first baseline, automatically identifying CRDs and system workloads to prevent configuration errors and operational blind spots before taking action.

What are the limitations of automating Kubernetes cluster upgrades across cloud providers?

Kubernetes cluster upgrades across cloud providers require deterministic evidence collection and server-side validation, with safe mutation gates limiting automated destructive changes without explicit confirmation.