The infrastructure code to run Browsh as a Service
Thomas Buckley-Houston 24de49eefb Merge pull request #4 from andrigamerita/patch-1 | před 2 roky | |
---|---|---|
cluster | před 5 roky | |
hooks | před 6 roky | |
http-server | před 5 roky | |
ssh-server | před 2 roky | |
.browsh_version | před 5 roky | |
.gitignore | před 5 roky | |
README.md | před 5 roky | |
main.tf | před 5 roky |
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