One of the most commonly needed and important skills in the world of Kubernetes is how does one approach debugging of issues on the Platform. While much easier said than done in practice, the first step is to know what is the exact problem before creating a solution, and not to overthink it. However, how does one efficiently and effectively do this? This learning path aims to enable a reader with skills to help with debugging Kubernetes platform issues through finding the source problems first effectively and efficiently.
This learning path is for platform engineers, software engineers and architects
who wish to learn debugging and problem solving techniques on Kubernetes. It is
assumed that the reader is comfortable with Linux, is familiar with running
kubectl
commands and basic understanding of the deployment lifecycle of
applications on Kubernetes.
After completing this learning path, you will know