Reputation: 3
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?
Upvotes: 0
Views: 278
Reputation: 3326
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.
Upvotes: 2