Comments on: Manage Multiple Kubernetes Clusters with ArgoCD https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 12 May 2023 08:12:49 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1997 Fri, 12 May 2023 08:12:49 +0000 https://piotrminkowski.com/?p=13774#comment-1997 In reply to Felipe.

Thanks 🙂

]]>
By: Felipe https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1987 Mon, 08 May 2023 17:28:03 +0000 https://piotrminkowski.com/?p=13774#comment-1987 Nice article. An approach using helm generator with different values would be interesting too. I think this setup is probably the most next to “real world”

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1948 Mon, 24 Apr 2023 13:09:38 +0000 https://piotrminkowski.com/?p=13774#comment-1948 In reply to Sergey.

Hi!
I’m not very sure what exactly are you asking about. There is a detailed description of all the most important fields of the `ClusterPolicy` in the article.

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1947 Mon, 24 Apr 2023 13:02:40 +0000 https://piotrminkowski.com/?p=13774#comment-1947 In reply to joebowbeer.

There is no specific reason for that. Just my preferences

]]>
By: Sergey https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1944 Tue, 18 Apr 2023 10:22:39 +0000 https://piotrminkowski.com/?p=13774#comment-1944 Hi!

Can you explain what is the request.object structure in ClusterPolice.yaml? How to define it?

]]>
By: joebowbeer https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1939 Mon, 17 Apr 2023 04:01:22 +0000 https://piotrminkowski.com/?p=13774#comment-1939 Why did you install k8s distro instead of using the default k3s?

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1762 Thu, 22 Dec 2022 13:01:33 +0000 https://piotrminkowski.com/?p=13774#comment-1762 In reply to Yohan.

Hi!
Do you probably have a problem with the Kind internal address on Docker?

You should use this address when trying to connect from another cluster (my kind cluster name is c1 in that scenario):
docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' c1-control-plane

More details with example here: https://piotrminkowski.com/2022/11/02/development-on-kubernetes-multicluster-with-devtron/

]]>
By: Yohan https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1757 Mon, 19 Dec 2022 15:42:07 +0000 https://piotrminkowski.com/?p=13774#comment-1757 Hi Piotr!
Thanks for the detailed blog post. I’ve been looking to setup multiple cluster locally to test out ArgoCD’s ApplicationSets and generators.
I’m curious; how would we go about setting this up using Kind?
I quickly looked into it but networking between clusters was giving me trouble.
Cheers.

]]>
By: piotr.minkowski https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1746 Mon, 12 Dec 2022 08:25:55 +0000 https://piotrminkowski.com/?p=13774#comment-1746 In reply to Nelson Pereira de CastroNelson.

with the `kubectl apply` command

]]>
By: Nelson Pereira de CastroNelson https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/#comment-1745 Sat, 10 Dec 2022 12:14:57 +0000 https://piotrminkowski.com/?p=13774#comment-1745 Congrats man! How to apply ClusterPolicy? Tanks!

]]>