Гипстер это EOL.https://github.com/kubernetes-retired/heapster
RETIRED: Heapster теперь удален.См. График устаревания для получения дополнительной информации о поддержке.Мы не будем вносить изменения в Heapster.
Ниже приведены возможные пути миграции для функциональности Heapster:
For basic CPU/memory HPA metrics: Use metrics-server.
For general monitoring: Consider a third-party monitoring pipeline that can gather Prometheus-formatted metrics. The kubelet exposes all the metrics exported by Heapster in Prometheus format. One such monitoring pipeline can be set up using the Prometheus Operator, which deploys Prometheus itself for this purpose.
For event transfer: Several third-party tools exist to transfer/archive Kubernetes events, depending on your sink. heptiolabs/eventrouter has been suggested as a general alternative.