Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMPLEMENTATION]-[TESTNET] Helm Charts for Postgres and MariaDB #88

Open
3 tasks
SundarGowtham opened this issue Apr 30, 2024 · 0 comments
Open
3 tasks
Assignees
Labels
test environment The testing envionment used to develop the sBTC-v1 features.

Comments

@SundarGowtham
Copy link
Collaborator

Scoping the exact requirements and details for the Building of Helm Charts for Postgres and MariaDB

[Implementation] - Buildingof Helm Charts for Postgres and MariaDB

This ticket holds the implementation requirements and details relating to the building of of Helm Charts for Postgres and MariaDB. The LLD details are shown here

1. Summary

It is far better to use a Helm chart which has a lot of the complicated k8s components relating to DBs (Persistent Volume etc.) than to just use the raw Docker container.

This is mainly because DBs require Kuberentes Persistent volumes, Persistent Volume Claims which would take time to configure. Helm charts are also very easy to spin up or spin down.

2. Sources

The Postgres and MariaDB Helm charts can easily be found on Bitnami's repository. We will use that for both local and EKS deployments of PG and MariaDB.

3 External Resources

Closing Checklist

  • The takeaway from this issue is clearly documented in the description of this ticket.
  • Everyone necessary has reviewed the resolution and agrees with the takeaways.
  • This ticket has or links all the information necessary to familiarize a contributor with the topic and how it was resolved.
@SundarGowtham SundarGowtham self-assigned this Apr 30, 2024
@SundarGowtham SundarGowtham added the test environment The testing envionment used to develop the sBTC-v1 features. label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test environment The testing envionment used to develop the sBTC-v1 features.
Projects
None yet
Development

No branches or pull requests

1 participant