Skip to content

Commit 4f63e57

Browse files
committed
Update categories and fix image paths in Multi-Cluster Kubernetes Setup with Tailscale and ArgoCD post
1 parent 910c15e commit 4f63e57

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

content/post/argocd-tailscale/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Multi-Cluster Kubernetes Setup with Tailscale and ArgoCD"
33
date: 2025-05-06 00:00:00+0000
44
draft: false
55
tags: ["Kubernetes", "Tailscale", "ArgoCD", "Networking", "DevOps"]
6-
categories: ["Kubernetes"]
6+
categories: ["Kubernetes", "Tailscale"]
77
---
88

99
This guide focuses on configuring the Tailscale Kubernetes operator to expose Kubernetes API servers across multiple clusters for ArgoCD multi-cluster management.
@@ -195,11 +195,11 @@ argocd cluster add cluster2-k8s-operator.<TAILNET>.ts.net --grpc-web
195195

196196
Once configured, ArgoCD will show the clusters as successfully connected within your Tailnet:
197197

198-
![ArgoCD Clusters](/img/argocd-tailscale/argo-clusters.png)
198+
![ArgoCD Clusters](argo-clusters.png)
199199

200200
Hubble flows will also demonstrate ArgoCD communicating with the Tailscale egress proxies for each remote cluster:
201201

202-
![Hubble Traffic Flow](/img/argocd-tailscale/traffic-flow.png)
202+
![Hubble Traffic Flow](traffic-flow.png)
203203

204204
## References
205205

content/post/cluster-architecture/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ image: cover.png
77
categories:
88
- Kubernetes
99
tags:
10-
- kubernetes
11-
weight: 1
10+
- Kubernetes
11+
weight: 1
12+
draft: false
1213
---
1314

1415
Kubernetes is an amazing tool for standing up production-ready infrastructure both on-premises and in the cloud. Throughout my journey as a Homelab Cluster Operator, I have learned many useful practices for managing the world of Kubernetes.

content/post/tailscale-operator/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ categories:
88
- Kubernetes
99
- Tailscale
1010
tags:
11-
- kubernetes
12-
- tailscale
13-
- networking
14-
- security
11+
- Kubernetes
12+
- Tailscale
13+
- Networking
14+
- Security
1515
weight: 1
1616
draft: false
1717
---

content/post/unifi-cilium/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ image: unifi-cilium.png
77
categories:
88
- Kubernetes
99
tags:
10-
- cilium
11-
- unifi
12-
- bgp
13-
- frr
14-
weight: 1
10+
- Cilium
11+
- Unifi
12+
- BGP
13+
- FRR
14+
weight: 1
15+
draft: false
1516
---
1617

1718
In this post, I will walk you through the process of advertising routes from a Kubernetes cluster running Cilium to a Unifi router using BGP. This setup allows for dynamic routing between your Kubernetes cluster and your Unifi network, ensuring seamless connectivity and efficient routing. Blending Layer 3/4 Loadbalancing Protocols with Kubernetes.

0 commit comments

Comments
 (0)