Hacker News new | ask | show | jobs
by cat199 1712 days ago
they already do in a way through aws-service-operator and replacement aws controllers for kubernetes (ACK)

https://aws.amazon.com/blogs/opensource/aws-service-operator... https://github.com/aws-controllers-k8s/community

1 comments

The ACK operator runs in k8s, but I'm pretty sure RDS instances created via ACK will still run natively in AWS.

ACK is a just a k8s native mechanism for defining the resource and managing its config/state.

More a replacement for Cloudformation or terraform.

Source: I read some stuff and am not 100% confident.