16 lines
978 B
1
# HyperCloud
2
3
Setting up your own platform on top of Kubernetes sucks. Techaro HyperCloud (THC) is here to help you do it with the magic of opinionated defaults.
4
5
With HyperCloud, you get the following added to Kubernetes out of the box:
6
7
- HTTP ingress via [Traefik](https://traefik.io/)
8
- TLS certificate issuance via [cert-manager](https://cert-manager.io/)
9
- DNS settings via [external-dns](https://kubernetes-sigs.github.io/external-dns/latest/)
10
- Tor hidden services and other fun via [tor-controller](https://github.com/bugfest/tor-controller)
11
- [Air Traffic Control](https://yokecd.github.io/docs/airtrafficcontroller/atc/) to manage custom templates
12
13
But we don't stop there. We also add datatypes on top of Kubernetes to make common setups easier:
14
15
- [ ] App.hypercloud.techaro.lol - A flexible App type for your stateful and stateless workloads, including Anubis integration
16
- [ ] Database.hypercloud.techaro.lol - MySQL or PostgreSQL databases complete with backups
17