Hi,

I want to expose Karaf WebConsole "http://localhost:8181/system/console"; out
of Kubernetes/openshift cluster, Whats recommendation keeping in view
security?

I have  created service like below

    - apiVersion: v1
     kind: Service
     metadata:
       name: karaf
     spec:
      externalIPs:
       - 10.x.x.x
      type: NodePort
      ports:
       - port: 8181
         nodePort: 30001
         name: http




--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Reply via email to