[Hawkular-dev] hawkular openshift agent docker images are on hub

John Mazzitelli mazz at redhat.com
Mon Jan 9 17:48:55 EST 2017


The Hawkular OpenShift Agent project is now automatically publishing the latest bits to docker hub via Travis.

The docker images will be tagged with "latest" as you see here:

* The agent itself: https://hub.docker.com/r/hawkular/hawkular-openshift-agent/tags/
* An example Prometheus endpoint: https://hub.docker.com/r/hawkular/hawkular-openshift-agent-example-prometheus-python/tags/
* An example Jolokia endpoint: https://hub.docker.com/r/hawkular/hawkular-openshift-agent-example-jolokia-wildfly/tags/

Assuming you already have the hawkular-openshift-agent repo git cloned locally...

If you already have an OpenShift environment running, log into it via "oc login" and:

1. Go to the main src/github.com/hawkular/hawkular-openshift-agent directory and run "make openshift-deploy" to deploy the agent
2. Under that main directory, go to "hack/prometheus-example" and run "make openshift-deploy" to deploy the example Prometheus endpoint
3. Under that main directory, go to "hack/jolokia-example" and run "make openshift-deploy" to deploy the example Jolokia endpoint

If you try it out, let me know if any problems occur and if there's anything that can be done to make it easier.


More information about the hawkular-dev mailing list