Skip to content

Accessing PRODUCTION logs

Allen Anthes edited this page Jun 5, 2019 · 1 revision

To access the logs on our production infrastructure you will first need to set up your workstation to access our Kubernetes Cluster.

Once your workstation is set up, run this command to view recent logs from all of the backend pods.

$ kubectl logs -l app=back-end -c app -n operationcode

We currently cannot follow logs across all the backend pods, an external logging system would potentially work well for this and is on the CTO's list of things to do.

Clone this wiki locally