Applications deployed as containers in Kubernetes might have to be exposed to external clients. Just think of a web application which is accessed by browsers in a private company network or from the entire internet. By default a container inside a Kubernetes pod is however only accessible from within the pod network. In fact it […]