-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# k8s-gitops | ||
# 🧪 k8s-gitops | ||
|
||
GitOps repository for lianalabs. Taskfiles and scripts adapted from brettinternet's [homeops](https://github.com/brettinternet/homeops). | ||
**Liana Laboratories Self-Hosting Initiative** | ||
Welcome to the Liana Laboratories Kubernetes Testing Facility. This GitOps repository represents our self-hosted Kubernetes lab, built on Talos and adhering to GitOps practices. Taskfiles and scripts have been adapted from brettinternet's [homeops](https://github.com/brettinternet/homeops). | ||
|
||
## ✅ Requirements | ||
|
||
- [Taskfile](https://taskfile.dev/) | ||
- [Cilium](https://github.com/cilium/cilium) | ||
- [Flux](https://github.com/fluxcd/flux2) | ||
- [Direnv](https://github.com/direnv/direnv) | ||
- [Talosctl](https://github.com/siderolabs/talos) | ||
- [Talhelper](https://github.com/budimanjojo/talhelper) | ||
- [SOPS](https://github.com/getsops/sops) | ||
- [age](https://github.com/FiloSottile/age) | ||
- [Docker](https://www.docker.com/) for some tools |