Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Heapster is deprecated #168

Closed
towolf opened this issue Jul 8, 2018 · 6 comments
Closed

Heapster is deprecated #168

towolf opened this issue Jul 8, 2018 · 6 comments

Comments

@towolf
Copy link

towolf commented Jul 8, 2018

On my cluster so far, only the Kube Dashboard is still using heapster (due to slow development I assume).

The other components are using the metrics-server aggregate api, when it is available:
https://github.com/kubernetes-incubator/metrics-server

The call used by kubectl top nodes is this:
https://api.dev.k8s.goo.bar:8443/apis/metrics.k8s.io/v1beta1/nodes

kubectl top pods --all-namespace uses this:
https://api.dev.k8s.foo.bar:8443/apis/metrics.k8s.io/v1beta1/pods

kubectl top pods -n kube-system uses this:
https://api.dev.k8s.foo.bar:8443/apis/metrics.k8s.io/v1beta1/namespaces/kube-system/pods

@hjacobs
Copy link
Owner

hjacobs commented Jul 9, 2018

Relevant issue for Kubernetes Dashboard: kubernetes/dashboard#2986

@towolf
Copy link
Author

towolf commented Nov 10, 2018

@hjacobs wasn't this closed by PR #177?

@hjacobs
Copy link
Owner

hjacobs commented Nov 12, 2018

@towolf yes, but not released yet.

@zolij
Copy link

zolij commented Dec 11, 2018

What's the ETA for the release?

@hjacobs
Copy link
Owner

hjacobs commented Dec 11, 2018

@zolij sorry, I dropped the ball, will follow up on it this week.

@hjacobs
Copy link
Owner

hjacobs commented Dec 11, 2018

@hjacobs hjacobs closed this as completed Dec 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants