NGINX kubernetes applicationΒΆ
Objective: Create an NGINX application, verify its working, exec, and gather logs.
Why: Before we can provide value protecting and delivering users to an applications we need to understand what an application comprises.
How:
- Kubernetes:
Create Application: https://kubernetes.io/docs/tasks/run-application/run-stateless-application-deployment/
Exec into Webserver: https://kubernetes.io/docs/tasks/debug/debug-application/get-shell-running-container/
Logs of Webserver: https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/