Hi,

You can expose the webconsole over HTTPS instead of HTTP :

http://karaf.apache.org/manual/latest/#_webcontainer_jsp_servlet

regards,

François Papon
[email protected]

Le 09/11/2018 à 20:29, imranrazakhan a écrit :
> 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