https://github.com/browsh-org/baas
The infrastructure code to run Browsh as a Service
https://github.com/browsh-org/baas
Last synced: 3 months ago
JSON representation
The infrastructure code to run Browsh as a Service
- Host: GitHub
- URL: https://github.com/browsh-org/baas
- Owner: browsh-org
- Created: 2018-06-18T12:02:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T15:31:10.000Z (over 2 years ago)
- Last Synced: 2025-01-12T22:09:31.436Z (5 months ago)
- Language: HCL
- Size: 51.8 KB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Browsh As A Service
## Setup
Install `doctl` and `kubectl`. Then:
`doctl kubernetes cluster kubeconfig save browsh`
## Helm
`helm init --service-account tiller --upgrade`## Certmanager:
* `kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.8/deploy/manifests/00-crds.yaml
`
* `kubectl apply -f cluster/cert-manager.yaml`## Prometheus
```
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/alertmanager.crd.yaml
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/prometheus.crd.yaml
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/prometheusrule.crd.yaml
kubectl apply -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/example/prometheus-operator-crd/servicemonitor.crd.yaml
```