-
Notifications
You must be signed in to change notification settings - Fork 100
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
External data store for Radius #8096
Comments
👋 @zachcasper Thanks for filing this feature request. A project maintainer will review this feature request and get back to you soon. We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up. We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
Adding some more context based on conversations in the last design meeting: Some of the why we need to change the current implementation of the radius datastore?
Some features to maintain
Some features to add
Workback Plan:Goal: Radius uses the database as a datastore.
@rynowak and @zachcasper thoughts? |
# Description Adding Postgres installation to the Radius Helm chart ## Type of change - This pull request adds or changes features of Radius and has an approved issue (issue link required). Fixes: #8071 Updated issue: #8096 --------- Signed-off-by: Nick Beenham <[email protected]>
@kachawla and @zachcasper is there a preference on how to initialize the db? can do either through adding to the docker image or possibly |
Sorry missed this earlier. Synced up offline on this. |
Overview of feature request
Today, Radius stores its configuration and resource data in etc within the host Kubernetes cluster. This presents challenges for users backing up their Radius resource data and coordinating with Kubernetes cluster updates. This feature is to implement options for advanced Radius deployments which use an external data store provided by the user. The first supported external data store should be PostgreSQL.
Acceptance criteria
Additional context
No response
Would you like to support us?
AB#13755
The text was updated successfully, but these errors were encountered: