How to call a Kubernetes Service on OpenShift
Summery - Every kubernets service has different endpoints for the same service. Four scenarios are outlined that explain when to use what endpoint, depending on if the client is deployed on the kubernetes cluster or externally and/or if an API manager is used. Introduction We use Openshift as our Kubernetes implementation. Before we talk about calling a service, let’s first talk about deplo…