I'm creating a k8 service in AKS with type=LoadBalancer. My intention is to expose this to the internet. I see that it has an external ip and works as expected.
My questions are:
1) what happens underneath the covers? does AKS create an azure load balancer resource? I don't see it in the portal. 2) does it cost extra money to have this service vs a ClusterIP service? if so, how much exactly?
ps. ClusterIP isnt really an option, you cant use it for anything outside the cluster to talk to the service, afaik