スキル一覧に戻る
nmime

k8s-cluster-management

by nmime

0🍴 0📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


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

K8s Cluster Management

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

Components (January 2026)

ComponentVersionPurpose
Kubernetesv1.34.3Cluster
Kubesprayv2.29.1Installer
etcdv3.5.26Key-value store
containerdv2.2.1Container runtime
Ciliumv1.18.6CNI + Gateway
Gateway APIv1.4.0Ingress
cert-managerv1.19.2TLS automation
MetalLBv0.14.9Bare metal LB

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

Installation

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

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

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です