mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
docs: update features and tech stack
This commit is contained in:
parent
3f8d910c4d
commit
0fc5998507
14
README.md
14
README.md
@ -49,6 +49,8 @@ Project status: **Alpha** (see [roadmap](#roadmap) below)
|
||||
- [x] Automated bare metal provisioning with PXE boot
|
||||
- [x] Automated Kubernetes installation and management
|
||||
- [x] Installing and managing applications using GitOps
|
||||
- [x] Automatic rolling upgrade for OS and Kubernetes
|
||||
- [x] Automatically update apps (with approval)
|
||||
- [x] Modular architecture, easy to add or remove features/components
|
||||
- [x] Automated certificate management
|
||||
- [x] Automatically update DNS records for exposed services
|
||||
@ -133,10 +135,15 @@ They can't capture all of the project's features, but they are sufficient to get
|
||||
<td>DNS and Tunnel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img width="32" src="https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png"></td>
|
||||
<td><img width="32" src="https://www.docker.com/wp-content/uploads/2022/03/Moby-logo.png"></td>
|
||||
<td><a href="https://www.docker.com">Docker</a></td>
|
||||
<td>Ephermeral PXE server and convenient tools container</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img width="32" src="https://github.com/kubernetes-sigs/external-dns/raw/master/img/external-dns.png"></td>
|
||||
<td><a href="https://github.com/kubernetes-sigs/external-dns">ExternalDNS</a></td>
|
||||
<td>Synchronizes exposed Kubernetes Services and Ingresses with DNS providers</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img width="32" src="https://upload.wikimedia.org/wikipedia/commons/b/bb/Gitea_Logo.svg"></td>
|
||||
<td><a href="https://gitea.com">Gitea</a></td>
|
||||
@ -187,6 +194,11 @@ They can't capture all of the project's features, but they are sufficient to get
|
||||
<td><a href="https://prometheus.io">Prometheus</a></td>
|
||||
<td>Systems monitoring and alerting toolkit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img width="32" src="https://docs.renovatebot.com/assets/images/logo.png"></td>
|
||||
<td><a href="https://www.whitesourcesoftware.com/free-developer-tools/renovate">Renovate</a></td>
|
||||
<td>Automatically update dependencies</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img width="32" src="https://avatars.githubusercontent.com/u/75713131?s=200&v=4"></td>
|
||||
<td><a href="https://rockylinux.org">Rocky Linux</a></td>
|
||||
|
Loading…
Reference in New Issue
Block a user