The infrastructure code to run Browsh as a Service
Thomas Buckley-Houston 24de49eefb Merge pull request #4 from andrigamerita/patch-1 | hace 2 años | |
---|---|---|
cluster | hace 5 años | |
hooks | hace 6 años | |
http-server | hace 5 años | |
ssh-server | hace 2 años | |
.browsh_version | hace 5 años | |
.gitignore | hace 5 años | |
README.md | hace 5 años | |
main.tf | hace 5 años |
Install doctl
and kubectl
. Then:
doctl kubernetes cluster kubeconfig save browsh
helm init --service-account tiller --upgrade
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
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