Extend kibana section

This commit is contained in:
Manuel Gutierrez 2021-01-28 18:42:53 +01:00
parent a06614ec55
commit 38cb014eaa
No known key found for this signature in database
GPG Key ID: CEB8789DAED15AAD

View File

@ -76,5 +76,15 @@ It is possible to adjust resources for the cluster by editing patches on `envs/l
By using the kustomization file on the `local-env` variant we can now deploy the whole cluster with a single command:
```BASH
$ kubectl apply -k envs/eks/
```
$ kubectl apply -k envs/local-env/
```
#### Accessing Kibana
To access the Kibana interface you can use port-forward:
```bash
$ kubectl -n wazuh port-forward service/kibana 8443:443
```
Kibana will be accesible on ``https://localhost:8443``.