Hacker News new | ask | show | jobs
by yogevyuval 1714 days ago
Is it logical for AWS to offer RDS over K8s?
2 comments

Logical for AWS or logical for their customers? Frankly probably not either way. RDS excels due to it deep integration with AWS proprietory block store. If you want your data in PVs RDS dose not offer enough, if you want you data on RDS then K8S scheduling wouldn't add much.
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

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.