smithery/neversight

k8s-cluster-management

Kubernetes cluster installation via Kubespray. Always use Kubespray for cluster provisioning. Includes core addons (Cilium, Gateway API, cert-manager, LoadBalancer). Multi-cloud support.

Installation

$ npx skills add smithery/neversight --skill k8s-cluster-management

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,042 B
  • docs SUMMARY.md 216 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

K8s Cluster Management

Always use Kubespray for Kubernetes cluster installation. Kubespray playbooks are idempotent and converge to desired state.

Components (January 2026)

Component Version Purpose
Kubernetes v1.34.3 Cluster
Kubespray v2.29.1 Installer
etcd v3.5.26 Key-value store
containerd v2.2.1 Container runtime
Cilium v1.18.6 CNI + Gateway
Gateway API v1.4.0 Ingress
cert-manager v1.19.2 TLS automation
MetalLB v0.14.9 Bare metal LB

Note: For K8s v1.35.0, wait for Kubespray v2.30+.

Installation

Run from bastion server. See reference files for detailed commands:

  • Kubernetes cluster: [references/kubespray.md](references/kubespray.md)
  • CNI: [references/cilium.md](references/cilium.md)
  • Ingress: [references/gateway-api.md](references/gateway-api.md)
  • TLS: [references/cert-manager.md](references/cert-manager.md)

kubectl Access

After installation, kubectl works directly from bastion:

# On bastion
kubectl get nodes
kubectl get pods -A

Or via VPN from any connected server:

# Connect to VPN first
tailscale up --login-server https://vpn.example.com --authkey <KEY>

# Then kubectl works
kubectl get nodes

Reference Files

  • [references/kubespray.md](references/kubespray.md) - Installation
  • [references/cilium.md](references/cilium.md) - CNI
  • [references/gateway-api.md](references/gateway-api.md) - Ingress
  • [references/cert-manager.md](references/cert-manager.md) - TLS
  • [references/upgrades.md](references/upgrades.md) - Cluster upgrades
  • [references/essential-components.md](references/essential-components.md) - Essential components
  • [references/troubleshooting.md](references/troubleshooting.md) - Troubleshooting