General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
George Helyar
Continuous Delivery
comments
Comments by "George Helyar" (@georgehelyar) on "Platform Engineering Is The New Kid On The Block" video.
I think you can abstract a lot of it away with things like serverless functions, dapr, opentelemetry etc. Even docker works as an abstraction layer and isn't difficult at all, you can generally generate a dockerfile from your IDE. K8s can get a bit more complicated but there are managed k8s offerings in cloud that are usually good enough. The reputation of RDBMS to not scale well is over exaggerated too. You can get a lot of performance out of a good schema, and you can eventually scale horizontally with sharding.
3