Platform Tools Folder Portable – Verified
You don’t need a new platform. You need a .
April 14, 2026 Reading Time: 4 minutes
# tools/find-orphaned-volumes #!/bin/bash # Lists PVCs not attached to a running pod kubectl get pvc --all-namespaces -o json | jq -r '.items[] | select(.status.phase=="Lost") | .metadata.name' Stop asking devs to install 14 different CLIs. platform tools folder
Now, even the most stressed engineer during an incident can run: You don’t need a new platform
What is the most useful script in your team's tools/ folder? Let me know in the comments below. platform tools folder