Managing virtual IPs - Kubernetes on AWS

0 votes

I've set-up a 3-node Kubernetes cluster on AWS. A unique virtual IP address is assigned to each pod and service. AWS route table is used to map the virtual IPs to actual IPs. This works perfectly fine but what I've notices is when new nodes are added this method isn't scalable. Is there any other way to handle these virtual IP? 

Oct 4, 2018 in Kubernetes by lina
• 8,220 points
369 views

1 answer to this question.

0 votes

AWS route tables has a limit of 50 entries each, so this is not a very scalable solution. The most common approach is to use an overlay network. Two popular ones are

  • CoreOS Flannel
  • Weaveworks Weave
answered Oct 4, 2018 by Kalgi
• 52,360 points

Related Questions In Kubernetes

0 votes
1 answer
0 votes
1 answer

Installing Kubernetes on aws gives an error

seems like you are missing region. Try ...READ MORE

answered Oct 4, 2018 in Kubernetes by Kalgi
• 52,360 points
497 views
0 votes
2 answers

Kubernetes on AWS: “Error: unknown flag: --config”

Update the cluster.yaml, changing the line kubernetesVersion: v1.6.6_coreos.1 to kubernetesVersion: v1.7.10_coreos.0 Should ...READ MORE

answered Oct 4, 2018 in Kubernetes by Kalgi
• 52,360 points
2,174 views
+1 vote
1 answer
0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

answered Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
942 views
0 votes
1 answer

Create LoadBalancer for kubernetes cluster in aws

Hello @Lina, If you're running your cluster on ...READ MORE

answered Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
526 views
0 votes
2 answers

NoSuchBucket error when running Kubernetes on AWS

It was a bug on their part. ...READ MORE

answered Sep 4, 2018 in Kubernetes by Nilesh
• 7,050 points
694 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP