Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ This creates a local repository in your Artifactory Project. Within the next 10

* [Archeobot](https://github.com/bcgov/platform-services-archeobot)
* [Artifactory](https://artifacts.developer.gov.bc.ca)
* [Just Ask! tool](https://just-ask.developer.gov.bc.ca/)
* [Setup an Artifactory service account](../build-deploy-and-maintain-apps/setup-artifactory-service-account.md)


Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ Keep in mind that this is a _new_ account, and that you will need to re-add this

* [Archeobot](https://github.com/bcgov/platform-services-archeobot)
* [Artifactory](https://artifacts.developer.gov.bc.ca)
* [Just Ask! tool](https://just-ask.developer.gov.bc.ca/)
* [Setup an Artifactory project and repository](../build-deploy-and-maintain-apps/setup-artifactory-project-repository.md)


Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Highly-available database clusters meet both of these requirements. Each databas
If the primary instance goes down, the secondary instances will elect a new primary right away. When another pod spins up to take the place of the original failed primary, it will join the cluster as a new secondary instance. This election process is usually fast enough to be unnoticeable.

So, what does this mean for your software architecture?

* Since HA clusters require 3 pods and each pod needs its own copy of the database, your storage requirements will be triple the size of your database.
* The primary instance will have more load than the secondary instances. Since any member of the cluster can be elected as primary, you need provide all instances with enough compute resources to act as the primary instance.
* Your application must be able to handle connecting to a new instance at any time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ Many of the platform tools have **completed** security assessments. These inclu
* KeyCloak Common Host Single Sign-on
* Artifactory
* Sysdig Monitor
* Just Ask!
* Certbot
* MS Teams
* Vault
Expand Down
Loading