Further reading
You can explore the following resources to expand your knowledge of observability, Kubernetes logging, Prometheus monitoring, Grafana, Jaeger, and managing Kubernetes clusters:
- Introduction to observability: https://docs.honeycomb.io/learning-about-observability/intro-to-observability/.
- Manage your Kubernetes clusters in style with k9s – a quick and easy terminal interface similar to Midnight Commander that is an alternative to using
kubectl
to query and control a Kubernetes cluster: https://k9scli.io/. - Kail – Kubernetes' log tail utility: https://github.com/boz/kail.
- Getting started with Athena: https://docs.aws.amazon.com/athena/latest/ug/getting-started.html.
- Query data from S3 files using AWS Athena: https://towardsdatascience.com/query-data-from-s3-files-using-aws-athena-686a5b28e943.
- Getting started with Kubernetes – Observability: Are Your Applications Healthy?  Liveness and Readiness Probes: https...