Access metrics API on Openshift Online 3?

11/5/2017

I'm running two Pods in my Openshift Online 3 project.

I want one Pod to know the resource utilization of the other. The k8s core metrics pipeline from k8s 1.7+ is what I have in mind, but that isn't available on Openshift Online 3.

Where (URL) is the metrics (Hawkular) API for Openshift Online? How do I talk to it from a Pod inside the cluster?

-- ublubu
kubernetes
openshift
openshift-online

1 Answer

11/5/2017

Because the metrics pipeline is still alpha it’s not enabled yet on OpenShift Online. The Hawkular metrics are available - we anticipate having the metrics API available sometime in the next several months once it reaches beta.

-- Clayton
Source: StackOverflow