kubernetes

Automate Kubernetes and OpenShift cluster management with kubectl and oc.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/marcoamu/openclaw-workspace --skill kubernetes-marcoamu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/marcoamu/openclaw-workspace/tree/main/skills/kubernetes
Command: npx skills add https://github.com/marcoamu/openclaw-workspace --skill kubernetes-marcoamu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kubectl, jq, argocd, oc, and includes scripts (resource) components.

What problem does it solve?

Kubernetes and OpenShift cluster management is complex, error-prone, and time-consuming without a structured playbook. This skill provides end-to-end guidance for operations, troubleshooting, manifest generation, security, and GitOps across multi-cloud and on-prem environments.

Core Features & Use Cases

  • Operations & Upgrades: node management, upgrades, backups, and monitoring setup.
  • Troubleshooting & Diagnostics: pod failures, networking issues, storage problems, and performance analysis.
  • Manifest & GitOps: manifest generation, RBAC, and GitOps workflows with ArgoCD/Flux.
  • Security & Compliance: audits, Pod Security Standards, RBAC, vulnerability scanning.
  • Multi-cloud & OpenShift: OpenShift SCCs, Routes, Operators, and multi-cloud cluster operations.

Quick Start

Run the bundled health checks and scripts to validate your Kubernetes/OpenShift cluster.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I automate Kubernetes cluster upgrades and backups across multi-cloud environments?

Automate Kubernetes cluster upgrades and backups by applying structured operational playbooks to multi-cloud and on-prem workloads. This provides end-to-end guidance for node management, monitoring setup, and backups without manual scripting errors.

What is the best way to troubleshoot Kubernetes pod failures and networking issues?

Troubleshoot Kubernetes pod failures and networking issues by running bundled diagnostic scripts and health checks. This identifies storage problems and analyzes performance bottlenecks across your cluster environments using kubectl and jq.

How do I set up GitOps synchronization for Kubernetes manifests using ArgoCD?

Set up GitOps synchronization for Kubernetes manifests by configuring ArgoCD workflows and RBAC policies. This automates manifest generation and deployment synchronization, ensuring cluster state matches your Git repositories.

Do I need kubectl and jq installed to manage OpenShift clusters?

Yes, kubectl and jq are required dependencies, alongside argocd and oc command-line tools. These utilities must be installed in your environment to execute the cluster operations, diagnostics, and GitOps workflows.

Can I run security audits and Pod Security Standards checks on OpenShift environments?

You can run security audits and Pod Security Standards checks on OpenShift environments. This includes validating OpenShift SCCs, RBAC configurations, and vulnerability scanning to ensure cluster compliance.

Does Kubernetes cluster management work with OpenShift Routes and Operators?

Kubernetes cluster management works with OpenShift Routes and Operators. It handles OpenShift-specific features including SCCs, Routes, and Operators, providing structured operations for both standard Kubernetes and OpenShift environments.