Comments on: Kubernetes Multicluster with Kind and Cilium https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 29 Oct 2021 07:34:56 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium/#comment-1273 Fri, 29 Oct 2021 07:34:56 +0000 https://piotrminkowski.com/?p=10151#comment-1273 In reply to lynchmaniac.

Yes, I forgot to change it. Thanks!

]]>
By: lynchmaniac https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium/#comment-1272 Thu, 28 Oct 2021 14:34:33 +0000 https://piotrminkowski.com/?p=10151#comment-1272 In Install Cilium CNI on Kubernetes part, maybe the command is not:

$ kubectl cluster-info –context kind-c1

but

$ kubectl config use-context kind-c1

because cluster-info, from my point of view, doesn’t switch context.

In Enable Cilium Multicluster on Kubernetes part, there are a typo

cilium clustermesh enable –context kind-c2 \
–service-type LoadBalancer \
–create-ca

and not

cilium clustermesh enable –context kind-c2 \
–service-type LoadBalancer
–create-ca

Very useful article, GG 🙂

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium/#comment-1269 Tue, 26 Oct 2021 07:33:54 +0000 https://piotrminkowski.com/?p=10151#comment-1269 In reply to Chris.

Hello, thanks for your suggestion. I’ll take a look at Nethopper.

]]>
By: Chris https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium/#comment-1268 Mon, 25 Oct 2021 14:34:29 +0000 https://piotrminkowski.com/?p=10151#comment-1268 Piotr – Thank you for this. This seems mostly functional, but trying to configure multi-cluster with a distributed CLI session in each cloud is not very Ops friendly. Many Ops would rather have a central dashboard to setup, control, and monitor multi-cluster service connectivity. I’d love to see you compare this to Nethopper Multi-Cluster Application Networks, which gives you a such a central control/dashboard. Nethopper also includes global load balancing (because local load balancing does scale or provide cluster resiliency for multi-cluster). Also, Nethopper was recently added to the Red Hat Marketplace.

]]>