ELK deployment
- Deploy ELK in order to be able to visualize and analyze the traffic going through the Nginx App Protect web application firewall
kubectl apply -f files/6waf/elk.yaml
- In order to connect to our ELK pod, we will need to find the public address of this service:
kubectl get svc elk-web
Output
3. Verify that ELK is up and running by browsing to:
http://[ELK-EXTERNAL-IP]:5601/
.
Please note that it might take some time for the DNS name to become available.