Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Philipsen authored and Ronald Philipsen committed Feb 1, 2025
1 parent b9f49cd commit 3630d48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ I try to adhere to Infrastructure as Code (IaC) and GitOps practices using tools
The purpose here is to learn Kubernetes, while practicing GitOps. I have two longer-term goals:

1. migrate many of the services that I currently run on different raspberry pi's or servers around the house into a single, congruous k8s environment
2.
2. Learn more about managing K8s clusters in prod
3. Get some decent NVME SSD's to use as boot drives
4. Set up ceph instead of using NFS for PVCs

---

Expand Down Expand Up @@ -59,8 +61,8 @@ This Git repository contains the following directories under [Kubernetes](./kube
πŸ“ kubernetes
β”œβ”€β”€ πŸ“ apps # applications
β”œβ”€β”€ πŸ“ bootstrap # bootstrap procedures
└── πŸ“ components # re-useable components
β”œβ”€β”€ πŸ“ flux # core flux configuration
└── πŸ“ templates # re-useable components
```

---
Expand Down Expand Up @@ -108,8 +110,6 @@ The `external-dns` instance mentioned above another instance is deployed in my c
|---------------------|-------------------|------|------------|----------------------|------------|
| CM3588 | Quad-core ARM Cortex-A76 and quad-core Cortex-A55 CPU | 16GB | 4* 4 Tib SSD | Bulk storage | Debian |

I fully intend to replace the raspberry pis with something with a little more oompfh at some point in the future, perhaps more cm3588's, perhaps something else.

Big shout out to original [flux-cluster-template](https://github.com/onedr0p/flux-cluster-template), and the [Home Operations](https://discord.gg/home-operations) Discord community.

Be sure to check out [kubesearch.dev](https://kubesearch.dev/) for ideas on how to deploy applications or get ideas on what you may deploy.

0 comments on commit 3630d48

Please sign in to comment.