You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,22 @@ This repository contains ArgoCD, Helm, and Terraform files for declarative deplo
8
8
9
9
You can use these files to stand up your own on-prem Kubernetes cluster. While this repository was built to be run on Raspberry Pi devices, it should be equally valid anywhere Kubernetes can run.
10
10
11
+
If you want to implement this for yourself, please follow the [setup document](./SETUP.md) (which is actively being updated).
12
+
11
13
## 🎖️ Features
12
14
13
15
- App-of-apps: A root Argo CD Application deployment schema which recursively manages child apps
14
-
- Namespace deployments: `argocd`, `cert-manager`, `kube-system`, `logging`, `longhorn-system`, and `monitoring`
> It's worth noting that one of my nodes is a computer running Ubuntu with a nice GPU, but that's really outside the scope of any guides I'd give for deploying this repository. The only part of this that will impact you is any apps that have node affinity for that setup, but you can easily remove that from your own deployments.
75
+
>
76
+
> The rest of the nodes are Raspberry Pi 5s as described above.
0 commit comments