30274/creating-a-kubernetes-loadbalancer-on-aws
How do I create a kubernetes load balancer on AWS? Kubernetes service basically uses kubeproxy to handle the internal traffic, but that kubeproxy ip does not have access to extrenal network. How do I go about this?
Just put the type field as LoadBalancer in your service definition. Kubernetes will automatically create AWS elastic load balancer. This should work on GKE and Openstack as well.
For an example, check out the guestbook-go example.
To run ./cluster/kube-up.sh, you most likely need compute scope ...READ MORE
Hey @ali, You will find your username & ...READ MORE
if u want to directly want to ...READ MORE
It was a bug on their part. ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Hello @Lina, If you're running your cluster on ...READ MORE
if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Try something like this: containers: - name: ...READ MORE
In order to pull private dockerhub hosted ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.