snappcloud-status-backend

command module
v0.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

SnappCloud Status Backend

This project aims to provide the backend for snappcloud-status-frontend application to observe applications healthness in SnappCloud.

Run

  1. port-forward thanos-query-frontend-http service

    oc project openshift-monitoring
    kubectl port-forward service/thanos-query-frontend-http 9090:9090
    
  2. run server command

    go run main.go server
    

Deployment

We normally deploy our production applications via argoCD and staging applications via helm chart as described below.

Installation
oc project your-desired-namespace # set your namespace

cmd=<cmd> # server

./deployments/tearup.sh $cmd
Uninstallation
oc project your-desired-namespace # set your namespace

cmd=<cmd> # server

./deployments/teardown.sh $cmd

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
clients
harbor-client Module
proxy-client Module
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL