Initial commit: k8s cluster manifests and scripts

This commit is contained in:
2026-04-01 15:34:02 +08:00
commit 2f04fa4473
49 changed files with 4109 additions and 0 deletions

7
cluster/check_nodes.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# 用途:檢查叢集節點狀態
set -euo pipefail
kubectl get nodes -o wide