1
0
Fork 0

add readme

This commit is contained in:
Massaki Archambault 2021-08-27 16:20:03 -04:00
parent 2aa9ed4eff
commit 446b6eab96
1 changed files with 36 additions and 0 deletions

36
README.md Normal file
View File

@ -0,0 +1,36 @@
# home-stack-kustomize
Kubernetes deployment for home cluster.
## Deploying
Prerequisites:
* make
* docker
* kubectl
### Local deployment
``` sh
./setup-local-cluster.sh
make
make apply
```
### Prod deployment
``` sh
make environment=prod
make environment=prod apply
```
## Services
| service | local | prod |
| ------------------------------------------------------------------------ | ------------------------------------- | ----------------------------------------- |
| [kubernetes-dashboard](https://github.com/kubernetes/dashboard/releases) | http://kubernetes-dashboard.localhost | https://kubernetes-dashbaord.badjnet.home |
| [traefik](https://github.com/traefik/traefik) | http://traefik.localhost/dashboard/ | https://traefik.badjnet.home/dashboard/ |
| [longhorn](https://github.com/longhorn/longhorn) | | https://longhorn.badjnet.home |
| [grafana](https://github.com/grafana/grafana) | http://grafana.localhost | https://grafana.badjnet.home |
| [prometheus](https://github.com/prometheus/prometheus) | http://prometheus.localhost | https://prometheus.badjnet.home |
| [gitea](https://github.com/go-gitea/gitea) | http://gitea.localhost | https://gitea.badjware.dev |
| [drone](https://github.com/drone/drone) | http://drone.localhost | https://drone.badjware.dev |
| [nextcloud](https://github.com/nextcloud/server) | http://nextcloud.localhost | https://cloud.badjware.dev |