How do I debug new Kubernetes installations?

An issue that comes up rather frequently for new installations of Kubernetes is that a Service is not working properly. You’ve run your Pods through a Deployment (or other workload controller) and created a Service, but you don’t get a response when you try to access it.

This document will help you figure out what is wrong.