File me tickets or star the repo
- GitHub Link: https://github.com/DennyZhang/kubernetes-scripts
- Blog post: https://www.dennyzhang.com/kubernetes-scripts
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.
- Code is licensed under MIT License.