mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
Extend kibana section
This commit is contained in:
parent
a06614ec55
commit
38cb014eaa
@ -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``.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user