Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to setup loaderbalancer service of kubernetes in AWS

i try to use AWS to setup kubernetes(version 1.0.1) and deploy a few services and pods there.

but i have got stuck with LoadBalancer service. According to the docs i just need to setup correct type of service and open ports in firewall

But service doesn't receive external IP. (ingress is empty)

Do i need to create LoadBalancer manually in AWS console? maybe some another actions?

Thanks,

like image 966
hamsterksu Avatar asked Nov 20 '25 21:11

hamsterksu


1 Answers

The LoadBalancer should be getting created automatically.

There might be IAM policy issues preventing the load balancer from being created (see Issue #10692).

If that isn't the problem, looking for errors in /var/log/kube-controller-manager.log on the master VM may give you an idea of what is going wrong.

like image 131
CJ Cullen Avatar answered Nov 23 '25 12:11

CJ Cullen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!