Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wokalski/based-stack
https://github.com/wokalski/based-stack
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wokalski/based-stack
- Owner: wokalski
- Created: 2023-07-09T08:39:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-09T09:27:23.000Z (over 1 year ago)
- Last Synced: 2024-10-30T20:12:46.640Z (2 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# based-stack
## OS
- nix: declarative, simple but finicky and unpopular.
- flatcar: all in one sane option but not declarative. Strong emphasis on security, optimized for container workloads.## VPN/remote access/networking
- tailscale## k8s distribution
- rke2 - a modern version of k3s## CNI
- Cilium## CSI
- Linstor (via Piraeus operator, possibly with K8S api instead of a separate etcd cluster)
- OpenEBS (very simple and a good option for initial bootstrapping, especially for local/hostpath PVs)
- Longhorn: Simple but annoying and slow. The most annoying tihng is that CPU spikes lead to read only FS which fuck things up.## DB
- Clickhouse
- Postgres (with CNPG operator that will cover everything from HA to connection pooling to backups via CRDs)## Frontend
- React## Backend
- Nodejs
- PHP## Systems development (high performance)
- OCaml
- Zig
- Go
- Rust (only if you really really really really need C++...)## Observability/Metrics
- Store logs in Clickhouse
- Loki is fine too....
- Vector.dev as collection and delivery pipeline for logs, metrics, traces. (VRL is very performant and robust)
- Prometheus
- Grafana
- Sysdig
- Netdata## Object storage
- MinIO## GitOps
- Flux
- ArgoCD
- Terraform