Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.01 KB

Working with Multiple Clusters

There are two approaches when working with multiple clusters:

  1. Initialize StatusBay application per cluster
  2. Launch a centralized StatusBay application instance and multiple watchers pushing events to the same stream.

In this readme file we'll focus on the second approach as the first one is just as simple as installing a single application multiple times.

Multiple Clusters

Working with multiple clusters

  1. If you haven't launched one already, start the first instance of your StatusBay application on your first cluster.
  2. Make sure all your K8S watchers have access to StatusBay's database.
  3. Deploy StatusBay with "watcher-only" configuration enabled on the second cluster. Read more about deploying watcher-only configuration here.
  4. Repeat steps 2 & 3 on all other clusters you wish StatusBay to monitor.