crossplane-on-eks icon indicating copy to clipboard operation
crossplane-on-eks copied to clipboard

[FEATURE] Composition for MySQL DB

Open nabuskey opened this issue 3 years ago • 2 comments

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.

nabuskey avatar Apr 26 '22 15:04 nabuskey

@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

csantanapr avatar Dec 15 '22 17:12 csantanapr

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

nabuskey avatar Dec 15 '22 19:12 nabuskey