You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Connect to Kibana by browsing to http://127.0.0.1:5601.
115
117
116
118
1. Expose Kibana to the end users. There are multiple methods to do so. The method you use largely depends on your use case.
117
119
118
120
For example:
119
121
120
-
Expose the service as a LoadBalancer service. To do so, add the following parameter to the K2Bridge Helm install command ([above](#install-k2bridge-chart)):
121
-
122
-
`--set service.type=LoadBalancer`
122
+
Expose the service as a LoadBalancer service. To do so, add the `--set service.type=LoadBalancer` parameter to the K2Bridge Helm install command ([above](#install-k2bridge-chart)).
0 commit comments