DEVOPSITSEC Telegram 1732
☸️ Kubernetes полезный совет

Хотите быстро посмотреть, какой Pod ест больше всего ресурсов (CPU / RAM), не ставя Prometheus?
Можно использовать встроенные kubectl top команды:


# Подробно по Pod'ам в namespace
kubectl top pod -n default

# По Node'ам
kubectl top node


👉 Но ещё хитрее: можно отсортировать Pods прямо в CLI:

kubectl top pod -n default --sort-by=cpu
kubectl top pod -n default --sort-by=memory


📌 Что это даёт:
- Быстрый срез по нагрузке
- Понимание, какой Pod «прожорливый»
- Отличный способ перед отладкой или масштабированием

Лайфхак: если kubectl top не работает, нужно поставить Metrics Server:


kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml


Теперь можно легко мониторить нагрузку прямо из консоли 🚀

@DevOPSitsec
👍13🔥62



tgoop.com/DevOPSitsec/1732
Create:
Last Update:

☸️ Kubernetes полезный совет

Хотите быстро посмотреть, какой Pod ест больше всего ресурсов (CPU / RAM), не ставя Prometheus?
Можно использовать встроенные kubectl top команды:


# Подробно по Pod'ам в namespace
kubectl top pod -n default

# По Node'ам
kubectl top node


👉 Но ещё хитрее: можно отсортировать Pods прямо в CLI:

kubectl top pod -n default --sort-by=cpu
kubectl top pod -n default --sort-by=memory


📌 Что это даёт:
- Быстрый срез по нагрузке
- Понимание, какой Pod «прожорливый»
- Отличный способ перед отладкой или масштабированием

Лайфхак: если kubectl top не работает, нужно поставить Metrics Server:


kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml


Теперь можно легко мониторить нагрузку прямо из консоли 🚀

@DevOPSitsec

BY DevOps


Share with your friend now:
tgoop.com/DevOPSitsec/1732

View MORE
Open in Telegram


Telegram News

Date: |

Activate up to 20 bots The group’s featured image is of a Pepe frog yelling, often referred to as the “REEEEEEE” meme. Pepe the Frog was created back in 2005 by Matt Furie and has since become an internet symbol for meme culture and “degen” culture. Although some crypto traders have moved toward screaming as a coping mechanism, several mental health experts call this therapy a pseudoscience. The crypto community finds its way to engage in one or the other way and share its feelings with other fellow members. Telegram is a leading cloud-based instant messages platform. It became popular in recent years for its privacy, speed, voice and video quality, and other unmatched features over its main competitor Whatsapp. To delete a channel with over 1,000 subscribers, you need to contact user support
from us


Telegram DevOps
FROM American