I am trying to find an example that helps deploy a docker image on the kubernetes cluster from java. I came across fabric8,(http://fabric8.io/) that does this but could not find a specific example or API reference
There is an example of creating a Replication controller here:
Creating a Replication Controller is an indirect but recommended way to create a pod.
A pod has one or more docker containers in it.