kubernetes

Manage Kubernetes and OpenShift clusters with operations, troubleshooting, and GitOps.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/darblex/price-compare-israel --skill kubernetes-darblex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/darblex/price-compare-israel/tree/main/workspace/skills/kubernetes
Command: npx skills add https://github.com/darblex/price-compare-israel --skill kubernetes-darblex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive solution for managing, troubleshooting, and securing Kubernetes and OpenShift clusters, streamlining complex cloud-native operations.

Core Features & Use Cases

  • Cluster Operations: Manage nodes, perform upgrades, and set up backups.
  • Troubleshooting: Diagnose and resolve pod failures, network issues, and performance bottlenecks.
  • Manifest Generation: Create production-ready Kubernetes and OpenShift manifests for deployments, services, and ingress.
  • Security: Audit cluster security, enforce Pod Security Standards, and implement NetworkPolicies.
  • GitOps: Integrate with ArgoCD and Flux for automated deployments and CI/CD pipelines.
  • Use Case: You need to deploy a new microservice to your Kubernetes cluster, ensuring it's secure, scalable, and managed via GitOps. This Skill can generate the necessary manifests, configure RBAC, and set up an ArgoCD application.

Quick Start

Use the kubernetes skill to check the health of all nodes in the cluster.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I troubleshoot pod failures and network issues in a Kubernetes cluster?

Troubleshooting Kubernetes involves diagnosing pod failures, resolving network issues, and identifying performance bottlenecks using automated cluster health checks and security audits to maintain cluster stability.

What is the best way to generate production-ready manifests for OpenShift deployments?

Generating OpenShift manifests requires creating production-ready configurations for deployments, services, and ingress, tailored to OpenShift-specific features to ensure scalable and secure cloud-native applications.

Can I manage AKS, EKS, and GKE clusters using a single Kubernetes management skill?

Yes, you can manage multi-cloud environments including AKS, EKS, and GKE. This skill handles cluster operations across different cloud providers to standardize node management, upgrades, and backups.

How does GitOps integration with ArgoCD and Flux work for automated CI/CD pipelines?

GitOps integration with ArgoCD and Flux automates CI/CD pipelines by synchronizing application states. Helper scripts can automate ArgoCD application synchronization to ensure deployments match your Git repositories.

How do I audit cluster security and enforce Pod Security Standards in Kubernetes?

Auditing cluster security involves enforcing Pod Security Standards and implementing NetworkPolicies. Automated helper scripts perform security audits to identify vulnerabilities and ensure compliance within your cluster.

Why are my Kubernetes nodes failing health checks during a cluster upgrade?

Node health check failures during upgrades often stem from resource bottlenecks or misconfigured operations. Running automated cluster health checks helps diagnose node issues and verify backup integrity before proceeding.