This message was deleted.
# k3s
a
This message was deleted.
c
traefik is not a load balancer. traefik is an ingress controller.
load balancers handle services with type=LoadBalancer
ingress controllers handle routing traffic (usually http requests) as configured by Ingress resources.
You should check the Kubernetes docs on Service vs Ingress to understand the difference better.
In this case, you’re seeing Traefik exposed via a LoadBalancer service.
Services are L3, Ingress are L7
m
Thankyou @creamy-pencil-82913 !! The ExecStart= should just be “k3s server” for the node that originally created the cluster while all nodes that join must have “k3s server —server —cluster-init +nodetoken” and same with agent except the cluster init obviously
c
no
the first node should have
--cluster-init
other servers that join should have
--server=<https://server>:xxx
m
Okay @creamy-pencil-82913 I’m going to make the ExecStart of the cluster creator node be ExecStart= K3s server —server —cluster-init
I’m sorry I mean just: K3s server —cluster-init
The agent nodes need the “K3s agent —server + token” @creamy-pencil-82913
c
correct
m
@creamy-pencil-82913 thankyou! That is all for today! Have a great weekend