k8s-ops

Automate Kubernetes deployment, monitoring, and troubleshooting workflows.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/martin-janci/claude-marketplace --skill k8s-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-ops
Source: https://github.com/martin-janci/claude-marketplace/tree/main/plugins/k8s-toolkit/skills/k8s-ops
Command: npx skills add https://github.com/martin-janci/claude-marketplace --skill k8s-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes operations and troubleshooting guidance to deploy manifests, monitor rollouts, debug failures, and manage namespaces efficiently.

Core Features & Use Cases

  • Deployment lifecycle workflows: validate, apply, monitor, and verify.
  • Troubleshooting and diagnostics: pod status, events, logs, and port-forwarding.
  • Context, namespace, and resource management: switch contexts, set namespaces, and inspect resources.

Quick Start

Set your current kubectl context to the target cluster and begin executing standard deployment and troubleshooting commands.

Frequently Asked Questions about k8s-ops

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

FAQPage Schema
How do I troubleshoot Kubernetes pods that keep failing to deploy?

To troubleshoot failing Kubernetes pods, you inspect pod status, examine cluster events, and analyze container logs to pinpoint the root cause of deployment failures.

What is the best way to monitor a Kubernetes rollout status after applying a manifest?

The best way to monitor a Kubernetes rollout is to apply the manifest and then track the deployment lifecycle, verifying the rollout status to ensure the new pods are running correctly.

Can I manage multiple Kubernetes namespaces and switch kubectl contexts easily?

Yes, you can manage multiple Kubernetes namespaces by switching kubectl contexts to target different clusters and setting the active namespace to inspect resources across environments.

How do I debug a Kubernetes service using port-forwarding?

Debug a Kubernetes service by executing port-forwarding to route local traffic directly to the pod, allowing you to inspect application behavior and access logs in real-time.

Does this Skill support scaling deployments and rolling back failed Kubernetes updates?

Yes, this Skill supports scaling deployments up or down and executing a rollback to restore a previous stable state when a Kubernetes update fails or causes application errors.

Why are my Kubernetes deployments not working after a manifest apply?

Kubernetes deployments may not work after a manifest apply due to misconfigured resources or image errors. Validate the manifest, check pod events, and view container logs to diagnose the issue.