Replies: 1 comment
-
@rm185496 hey, For in-cluster traffic, Linkerd will automatically loadbalance any pods that are injected (and thus part of the "mesh"). Have a look at our docs on loadbalancing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
I recently discovered about linkerd and was trying to implement it on one of my aks cluster.
I already have few services deployed in a namespace and multiple pods of these services are loadbalanced using K8s service(Type=LoadBalancer, This uses azure loadbalancer)
I have injected linkerd in the same namespace and I am trying to achieve loadbalancing using linkerd.
Upon using "linkerd viz dashboard &" command I am able to see cluster metrics on my localhost:50750.
Can anyone help me with implementing loadbalancing using linkerd?
Beta Was this translation helpful? Give feedback.
All reactions