Skip to content

The infrastructure code to run Browsh as a Service

Notifications You must be signed in to change notification settings

browsh-org/baas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The infrastructure code to run Browsh as a Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published