Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libresh/libresh-staging
Staging cluster for libre.sh project
https://github.com/libresh/libresh-staging
Last synced: 5 days ago
JSON representation
Staging cluster for libre.sh project
- Host: GitHub
- URL: https://github.com/libresh/libresh-staging
- Owner: libresh
- License: agpl-3.0
- Created: 2018-03-01T17:48:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T18:05:39.000Z (over 6 years ago)
- Last Synced: 2024-08-01T12:37:45.798Z (3 months ago)
- Size: 15.6 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - libresh/libresh-staging - Staging cluster for libre.sh project (others)
README
# libresh-staging
Staging cluster for libre.sh project# instructions to start the cluster
Install [hetzner-kube](https://github.com/xetys/hetzner-kube#how-to-install)
Create a project in Hetzner cloud, and get the token.```
hetzner-kube context add libresh-staging
hetzner-kube ssh-key add -n sally
hetzner-kube cluster create --ssh-key sally --ha-enabled --worker-count 3 --name libresh-staging
hetzner-kube cluster addon install --name libresh-staging helm
hetzner-kube cluster addon install --name libresh-staging ingress
hetzner-kube cluster addon install --name libresh-staging rook# get one of master IP
hetzner-kube cluster list
ssh [email protected]# install rocker.chat
wget https://raw.githubusercontent.com/kubernetes/charts/master/stable/rocketchat/values.yaml
vi values
# host: chat.libre.sh
# storage-class: "rook-block"
# ingress.enabled: true
helm upgrade --install -f values.yaml awesomechat stable/rocketchat# watch the pod status
kubectl get po -w
kubectl logs awesomechat-rocketchat-7cc7cc7f45-xhqmq -f# edit your /etc/hosts to point chat.libre.sh to one of the worker IP
```And profit!