There're some ways to expose services: NodePort, LoadBalancer, etc
K8s cluster is in-network 192.168.10.0/24 but I want to access it from 10.100.10.0/24, assume that we have a firewall configured.
How can I access services in the k8s cluster from an external local network 10.100.10.0/24?