Creating a service in AKS with type=LoadBalancer
up vote
0
down vote
favorite
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?
azure azure-kubernetes azure-aks azure-load-balancer
add a comment |
up vote
0
down vote
favorite
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?
azure azure-kubernetes azure-aks azure-load-balancer
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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?
azure azure-kubernetes azure-aks azure-load-balancer
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?
azure azure-kubernetes azure-aks azure-load-balancer
azure azure-kubernetes azure-aks azure-load-balancer
edited Nov 28 at 17:36
4c74356b41
22.9k32050
22.9k32050
asked Nov 21 at 20:20
George Moussa
674
674
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
- Yes, AKS does create a load balancer resource. its in the worker nodes resource group, not in the aks resource group
- yes it does, publicIp costs about 5$ a month, or something close to that, you can check azure calculator for exact price.
ps. ClusterIP isnt really an option, you cant use it for anything outside the cluster to talk to the service, afaik
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
- Yes, AKS does create a load balancer resource. its in the worker nodes resource group, not in the aks resource group
- yes it does, publicIp costs about 5$ a month, or something close to that, you can check azure calculator for exact price.
ps. ClusterIP isnt really an option, you cant use it for anything outside the cluster to talk to the service, afaik
add a comment |
up vote
1
down vote
- Yes, AKS does create a load balancer resource. its in the worker nodes resource group, not in the aks resource group
- yes it does, publicIp costs about 5$ a month, or something close to that, you can check azure calculator for exact price.
ps. ClusterIP isnt really an option, you cant use it for anything outside the cluster to talk to the service, afaik
add a comment |
up vote
1
down vote
up vote
1
down vote
- Yes, AKS does create a load balancer resource. its in the worker nodes resource group, not in the aks resource group
- yes it does, publicIp costs about 5$ a month, or something close to that, you can check azure calculator for exact price.
ps. ClusterIP isnt really an option, you cant use it for anything outside the cluster to talk to the service, afaik
- Yes, AKS does create a load balancer resource. its in the worker nodes resource group, not in the aks resource group
- yes it does, publicIp costs about 5$ a month, or something close to that, you can check azure calculator for exact price.
ps. ClusterIP isnt really an option, you cant use it for anything outside the cluster to talk to the service, afaik
answered Nov 21 at 20:22
4c74356b41
22.9k32050
22.9k32050
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53419912%2fcreating-a-service-in-aks-with-type-loadbalancer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown