similarweb / statusbay

Kubernetes deployment visibility like a pro

Home Page:https://statusbay.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatusBay

Go Coverage Status


Deployment visibility like a pro

Key features:

  • Watch every step of K8S deployment.
  • Get Slack reports on deployment progress.
  • Out of the box integrations to measure your deployment quality.
  • Deployed on k8s with Helm.
  • Easily extensible.
  • Streamline the trouble shooting experience in K8S.

What is StatusBay?

StatusBay is an open source tool that provides the missing visibility into the K8S deployment process. It does that by subscribing to K8S cluster(s), collecting all the relevant events from K8S and providing a step by step "zoom-in" into the deployment process. The main goal is to ease the experience of troubleshooting and debugging services in K8S and provide confidence while making changes.

StatusBay is designed to be dynamic and extensible, you can easily integrate with different metric providers to monitor the quality of the deployment over time.

We've also created an API to provide an easy way to access the data and built a UI on top of it.

Statusbay

Getting Started

  1. The quickest way to get started with StatusBay is by using K8S. Get started with StatusBay Helm Chart.
  2. Deploy your application. If you'd like to adopt all StatusBay features, see available configuration options in this example.

See DockerHub registry

Documentation & Guides

How does it work?

StatusBay watcher subscribes to K8S cluster event stream and watches for resource changes (CREATE/UPDATE/DELETE). Upon a change, such as new application deployment, it starts monitoring the progress of all the resource kinds (deployment, statefulset, daemonset, etc) associated with that deployment, notifies the relevant persona on success/failure/timeout and provides detailed report through the UI.

Example Scenario:

Someone has deployed an Nginx through Helm or Kubectl.

$ helm install {{NGINX_APP}} .

# OR

$ kubectl create deployment --image nginx my-nginx

The watcher will immediately start monitoring the deployment named my-nginx and report to the user using the notifications channels configured (slack, email, etc).

The following annotations can be attached to deployment to configure the different features StatusBay has to offer.

Built With

Contributing

Thank you for your interest in contributing! Please refer to CONTRIBUTING.md for guidance.

About

Kubernetes deployment visibility like a pro

https://statusbay.io

License:Apache License 2.0


Languages

Language:Go 61.3%Language:JavaScript 37.1%Language:Dockerfile 1.0%Language:Makefile 0.3%Language:HTML 0.2%Language:CSS 0.1%