Skip to content

Instantly share code, notes, and snippets.

View talenta-eg's full-sized avatar
🏠
Working from home

Muhammad Atallah talenta-eg

🏠
Working from home
View GitHub Profile
@talenta-eg
talenta-eg / k8s-cluster-resources.sh
Created May 30, 2024 07:17 — forked from geerlingguy/k8s-cluster-resources.sh
Monitor overall Kubernetes cluster utilization and capacity.
#!/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
#