Pros and cons of using Traefik as ingress on Kubernetes as Deployment

0 votes
Pros and cons of using Traefik as ingress on Kubernetes as Deployment?
Jan 6, 2019 in Kubernetes by Kiara

edited Jan 8, 2019 1,074 views

1 answer to this question.

0 votes

You can use Traefik either as a deployment or as a DaemonSet. Both has its own pros and cons. Lets have a look at the pros and cons of using it as a Deployment.

  • Scalability is much better with deployment
  • Deployment pods are only scheduled on new nodes, they are not automatically scaled
  • It's pretty complicated to configure things using deployment such that no two pods run on the same node
answered Jan 8, 2019 by Haider

Related Questions In Kubernetes

0 votes
1 answer
0 votes
1 answer

Use traefik as an Ingress Controller on Kubernetes

You can create a traefik service something like ...READ MORE

answered Jan 6, 2019 in Kubernetes by Nick
1,175 views
0 votes
1 answer

Traefik as kubernetes ingress

Try something like this apiVersion: v1 kind: Service metadata: ...READ MORE

answered Sep 11, 2018 in Kubernetes by Kalgi
• 52,360 points
705 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,585 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 6,066 views
+1 vote
1 answer

kubernetes ingress controller and resource using nginx

Ingress is just collection of rules that forwards ...READ MORE

answered Sep 12, 2018 in Kubernetes by Kalgi
• 52,360 points
1,441 views
0 votes
2 answers

Deny access to some specific paths while using kubernetes ingress

Try to create two Ingresses first by default ...READ MORE

answered Sep 21, 2018 in Kubernetes by Nilesh
• 7,050 points
11,507 views
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