mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 10:13:46 +00:00
7 lines
160 B
Bash
7 lines
160 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
NS="${K8S_NAMESPACE:-agent-platform}"
|
|
kubectl -n "$NS" get pods -o wide
|
|
kubectl -n "$NS" get hpa
|
|
kubectl -n "$NS" get svc
|