Blog URL: https://kubernetes.dennyzhang.com/kubernetes-scripts, Category: concept
Handy kubernetes scripts for common scenarios
- list-pods-with-node.sh: list all pods with node name attached
- find-pod-by-ip.sh: find Pods by pod ip address
- verify-k8s-cluster.sh: verify the health of k8s cluster
- install-dashboard-addon.sh: Install k8s dashboard
- safe-restart.sh: safely restart one single node or all nodes
- backup-all-volumes.sh: Detect all volumes and backup with data retention
- show-cluster-overview.sh: show cluster overview status
- Check all: check *.sh in this GitHub Repo
You have a new requirement? Send me a Ticket or PR.
License: Code is licensed under MIT License.