Skip to content

Commit

Permalink
Update YBA HA pre-reqs (#23865)
Browse files Browse the repository at this point in the history
* Update high-availability.md

* Update high-availability.md

* Update high-availability.md

* minor edits

---------

Co-authored-by: Dwight Hodge <ghodge@yugabyte.com>
  • Loading branch information
iSignal and ddhodge authored Sep 13, 2024
1 parent b98984a commit 48e3c40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Before configuring a HA cluster for your YBA instances, ensure that you have the
- [Two or more YBA instances](../../install-yugabyte-platform/) to be used in the HA cluster.
- The YBA instances can connect to each other over the port where the YBA UI is reachable (443 by default).
- Communication is open in both directions over port 443 and 9090 on all YBA instances.
- The YBA instances were installed using the same installation method (YBA Installer, Replicated, or Helm (Kubernetes)).
- The YBA instances are configured to use the same path for the installation root.
- If you are using custom ports for Prometheus, all YBA instances are using the same custom port. (The default Prometheus port for YugabyteDB Anywhere is 9090.)
- All YBA instances are running the same version of YBA software. (The YBA instances in a HA cluster should always be upgraded at approximately the same time.)
- The YBA instances have the same login credentials.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Before configuring a HA cluster for your YBA instances, ensure that you have the
- [Two or more YBA instances](../../install-yugabyte-platform/) to be used in the HA cluster.
- The YBA instances can connect to each other over the port where the YBA UI is reachable (443 by default).
- Communication is open in both directions over port 443 and 9090 on all YBA instances.
- The YBA instances were installed using the same installation method (YBA Installer, Replicated, or Helm (Kubernetes)).
- The YBA instances are configured to use the same path for the installation root.
- If you are using custom ports for Prometheus, all YBA instances are using the same custom port. (The default Prometheus port for YugabyteDB Anywhere is 9090.)
- All YBA instances are running the same version of YBA software. (The YBA instances in a HA cluster should always be upgraded at approximately the same time.)
- The YBA instances have the same login credentials.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Before configuring a HA cluster for your YBA instances, ensure that you have the
- [Multiple YBA instances](../../install-yugabyte-platform/) to be used in the HA cluster.
- The YBA instances can connect to each other over the port where the YBA UI is reachable (typically 443).
- Communication is open in both directions over ports 9000 and 9090 on all YBA instances.
- The YBA instances were installed using the same installation method (YBA Installer, Replicated, or Helm (Kubernetes)).
- The YBA instances are configured to use the same path for the installation root.
- If you are using custom ports for Prometheus, all YBA instances are using the same custom port. The default Prometheus port for YugabyteDB Anywhere is 9090.
- All YBA instances are running the same version of YBA software. (The YBA instances in a HA cluster should always be upgraded at approximately the same time.)

Expand Down

0 comments on commit 48e3c40

Please sign in to comment.