Pros and cons of using traefik as ingress on kubernetes as DaemonSet

0 votes
I'm planning on using Traefik as an ingress controller on my Kube cluster. After a little research, I found out that it could be used as a deployment or an DaemonSet. I'm planning to use it as a DaemonSet and would like to know its pros and cons.

Thank you..
Jan 6, 2019 in Kubernetes by Neel
1,481 views

1 answer to this question.

0 votes

Here are pros and cons of using DaemonSet:

  • Less scalability
  • Automatically deploys pods to new nodes that joined the cluster
  • DaemonSets can be run with the NET_BIND_SERVICE capability, which will allow it to bind to port 80/443/etc on each host.
answered Jan 6, 2019 by Layla

Related Questions In Kubernetes

0 votes
1 answer
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
703 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,437 views
0 votes
1 answer

automating cluster setup and app deplument on kubernetes

Go through Google Cloud Deployment Manager. it automates ...READ MORE

answered Jul 5, 2018 in Kubernetes by ajs3033
• 7,300 points
420 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,572 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,049 views
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,173 views
0 votes
2 answers

Difference between a Deployment and a DaemonSet in Kubernetes

Adding to @Rohit's answer, I'll explain about ...READ MORE

answered Jan 6, 2019 in Kubernetes by Ramya
4,441 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