Troubleshooting Kubernetes Using Logs

By Andre Newman | August 23, 2018

Maintaining a Kubernetes cluster is an ongoing challenge. While it tries to make managing containerized applications easier, it introduces several layers of complexity and abstraction. A failure in any one of these layers could result in crashed applications, resource overutilization, and failed deployments. In this post, we’ll look at some common Kubernetes problems and how we can use logs to troubleshoot them.