This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Monitor overall Kubernetes cluster utilization and capacity. | |
# | |
# Original source: | |
# https://github.com/kubernetes/kubernetes/issues/17512#issuecomment-367212930 | |
# | |
# Tested with: | |
# - AWS EKS v1.11.5 | |
# |