Most real-time system components in the Kubernetes cluster will communicate with out-of-cluster components. These could be completely external third-party services which are accessible through some API, but could also be internal services running in the same local network that, for various reasons, are not part of the Kubernetes cluster.
There are two categories here: inside-the-cluster-network and outside-the-cluster-network. Why is the distinction important?