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

[FEATURE] Composition for MySQL DB #25

Open
nabuskey opened this issue Apr 26, 2022 · 2 comments
Open

[FEATURE] Composition for MySQL DB #25

nabuskey opened this issue Apr 26, 2022 · 2 comments

Comments

@nabuskey
Copy link
Contributor

Is your feature request related to a problem? Please describe

MySQL on RDS is very common and we should add an example of that.
MySQL on K8s should be easy to implement.

Describe the solution you'd like

MySQL on RDS
MySQL on K8s

Describe alternatives you've considered

Additional context

Add any other context or screenshots about the feature request here.

@csantanapr
Copy link
Member

@nabuskey

MySQL on K8s

What you have in mind for this?
Like creating a composition that leverages the helm provider and deploy mysql using the mysql operator here https://dev.mysql.com/doc/mysql-operator/en/mysql-operator-installation-helm.html

@nabuskey
Copy link
Contributor Author

We can use the helm operator but it does add complexity and overhead. I think for the first implementation, we can probably just do something very simple. e.g. use the k8s provider to spin up a basic deployment of mysql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants