kubernetes-specialist

Deploy Kubernetes workloads with declarative manifests, RBAC, and network policies.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/dieu-donnee/luxtrax --skill kubernetes-specialist-dieu-donnee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-specialist
Source: https://github.com/dieu-donnee/luxtrax/tree/main/.agent/skills/kubernetes-specialist
Command: npx skills add https://github.com/dieu-donnee/luxtrax --skill kubernetes-specialist-dieu-donnee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamlines deploying, securing, and governing Kubernetes workloads by providing repeatable manifests, policy enforcement, and GitOps-ready workflows.

Core Features & Use Cases

  • Declarative manifests for Deployments, StatefulSets, DaemonSets, Jobs, and Helm charts.
  • Security hardening with RBAC, Pod Security Standards, and NetworkPolicies.
  • GitOps compatibility with ArgoCD/Flux and multi-cluster management.
  • Observability and governance with resource limits, probes, and logs.

Quick Start

Prepare and apply a complete Deployment, Service, and RBAC configuration for a sample app.

Frequently Asked Questions about kubernetes-specialist

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

FAQPage Schema
How do I deploy and manage Kubernetes workloads using declarative manifests?

Deploy and manage Kubernetes workloads by applying declarative manifests for Deployments, StatefulSets, DaemonSets, and Jobs. This approach enforces resource requests, limits, and health checks to ensure repeatable production-ready configurations.

How do I configure RBAC and NetworkPolicies for Kubernetes security hardening?

Configure RBAC and NetworkPolicies for Kubernetes security hardening by applying declarative manifests that enforce Pod Security Standards and network isolation. This secures workloads while maintaining strict access control across clusters.

Can I use Helm charts and CRDs with GitOps pipelines for multi-cluster management?

Helm charts and CRDs work with GitOps pipelines for multi-cluster management. The setup supports ArgoCD and Flux integration, enabling declarative deployment of operator patterns and custom resources across production environments.

Does this approach support StatefulSets and operator patterns in production environments?

StatefulSets and operator patterns are fully supported in production environments. The declarative manifests enforce secure defaults, resource limits, and probes while enabling Helm chart deployments and CRD-based operator integrations.

What is the best way to enforce resource limits and health checks across Kubernetes deployments?

The best way to enforce resource limits and health checks across Kubernetes deployments is through declarative manifests. This method applies secure defaults, requests, and limits automatically while supporting GitOps-ready workflows for governance.