As a Developer, it is always useful to be able to debug an application with its own IDE. When your application only works with the Kubernetes API, you can simply launch your application in the IDE and connect it to the remote Kubernetes API. But When your application needs to connect to other systems which are only available inside the Kubernetes cluster, this solution does not work anymore. Build