An open API service indexing awesome lists of open source software.

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

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
```