crossplane-on-eks
crossplane-on-eks copied to clipboard
[FEATURE] Composition for MySQL DB
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
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
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