This project aims to provide the backend for snappcloud-status-frontend
application to observe applications healthness in SnappCloud.
-
port-forward
thanos-query-frontend-http
serviceoc project openshift-monitoring kubectl port-forward service/thanos-query-frontend-http 9090:9090
-
run server command
go run main.go server
We normally deploy our production applications via argoCD
and staging applications via helm chart
as described below.
oc project your-desired-namespace # set your namespace
cmd=<cmd> # server
./deployments/tearup.sh $cmd
oc project your-desired-namespace # set your namespace
cmd=<cmd> # server
./deployments/teardown.sh $cmd