railiance: initial bootstrap scaffold

This commit is contained in:
Bernd Worsch 2025-09-12 01:46:14 +02:00
commit 6b9307289b
7 changed files with 88 additions and 0 deletions

5
tests/smoke_kube.sh Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
kubectl get nodes
kubectl get ns
echo "[OK] basic k8s API reachable"