k8s-clusters

Manages multi-cluster AKS access, configuration, and policy enforcement.

7|1|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill k8s-clusters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-clusters
Source: https://github.com/julianobarbosa/claude-code-skills/tree/main/skills/k8s-clusters-skill
Command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill k8s-clusters

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through AKS cluster naming, lookup, and common cluster-management scenarios with a focus on Hypera-managed clusters.

Core Features & Use Cases

  • Cluster lookup & naming conventions: Map developer names to Azure AKS names, RGs, and kubeconfigs.
  • Node pools & spot instances guidance: Tolerations and affinity considerations for cost optimization.
  • Storage & cert-manager guidance: Guidance on storage classes and certificates.

Quick Start

Look up cluster mappings for cafehyna-dev and retrieve the corresponding kubeconfig.

Frequently Asked Questions about k8s-clusters

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

FAQPage Schema
How do I map developer names to Azure AKS clusters and retrieve kubeconfigs?

AKS cluster lookup uses developer-to-cluster mappings across Hypera environments (cafehyna, loyalty, sonora, painelclientes). Retrieve your kubeconfig by looking up your developer name against the cluster registry, which generates the kubeconfig file under ~/.kube for direct cluster access.

What tolerations and node affinity do I need for Kubernetes spot instance pools?

Spot pools require pod tolerations and node affinity rules to schedule workloads on cost-optimized nodes. This Skill enforces mandatory spot tolerations and affinity policies across AKS clusters, preventing pods from running on incompatible nodes and ensuring spot instance compliance.

How do I configure StorageClass policies for stateful workloads across AKS clusters?

StorageClass policies enforce read-write access modes (RWO and RWX) across all stateful workloads in AKS. This Skill provides helpers to create and apply environment-specific storage classes, ensuring consistent storage provisioning and access control across multi-cluster deployments.

Can I apply cert-manager issuers across multiple Kubernetes clusters?

Environment-specific cert-manager issuers are deployed across AKS clusters to automate certificate management. This Skill handles issuer configuration per environment, enabling consistent TLS certificate provisioning across cafehyna, loyalty, sonora, and painelclientes clusters.

What tools do I use to troubleshoot and manage AKS cluster policies?

Helper scripts (get-creds.sh, diagnose.sh, create-storageclass.sh, patch-tolerations.sh) automate credential retrieval, cluster diagnostics, storage setup, and policy patching. These tools enable rapid cluster troubleshooting and compliance verification without manual kubeconfig management.

How do I enforce mandatory policies across Kubernetes clusters automatically?

Policy enforcement applies spot tolerations, node affinity, and storage constraints automatically across AKS clusters. This Skill exposes automation tooling to patch tolerations and validate policies, ensuring compliance without manual per-pod configuration.