This is a demo application which demonstrates use of Fabric8 Kubernetes Client. It just tries to list number of pods in desired namespace.
Example for ServiceAccount
named default
in default
namespace:
kubectl create clusterrolebinding default-pod --clusterrole cluster-admin --serviceaccount=default:default
Deploy Application to Kubernetes Using Eclipse JKube
mvn package k8s:build k8s:resource k8s:apply