kubernetes

Guide kubectl usage, manifest generation, and cluster debugging for Kubernetes workloads.

6|Updated Jun 12, 2021
One-click install
npx skills add https://github.com/rwaltr/dotfiles --skill kubernetes-rwaltr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/rwaltr/dotfiles/tree/main/home/dot_config/private_pi/agent/skills/kubernetes
Command: npx skills add https://github.com/rwaltr/dotfiles --skill kubernetes-rwaltr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cluster management and Kubernetes operations can be error-prone and time-consuming; this skill offers concise guidance for kubectl usage, manifest generation and validation, and debugging workflows.

Core Features & Use Cases

  • Kubectl command guidance and best practices
  • Kubernetes manifest generation and validation
  • Cluster debugging and troubleshooting
  • Resource management and RBAC guidance
  • Use Case: debug a failing deployment by inspecting logs, events, and pod status

Quick Start

Guide me through the kubectl steps to diagnose a failing deployment and produce a minimal manifest to reproduce the issue

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I use kubectl to debug a failing Kubernetes deployment?

Kubernetes manifest validation checks your YAML resource definitions for correct syntax and safe operational practices before cluster application. It ensures your manifests adhere to Kubernetes API requirements and prevents configuration drift across environments.

What is the best way to manage RBAC in Kubernetes?

Kubectl command automation streamlines day-to-day cluster management by generating and executing safe kubectl commands for resource operations. It reduces manual input errors and accelerates troubleshooting workflows across your Kubernetes infrastructure.

Why does my kubectl command fail to interact with the Kubernetes API?

You do not need specialized tools beyond kubectl and YAML manifests to manage Kubernetes workloads. This guidance applies directly to day-to-day cluster operations, troubleshooting, and resource management across any standard Kubernetes environment.

Can I use kubectl to generate and validate YAML manifests for production clusters?

Kubernetes cluster debugging isolates workload failures by correlating pod status, application logs, and cluster events. This troubleshooting workflow identifies root causes across development, staging, and production environments to restore normal operations.