Hacker News new | ask | show | jobs
by moondev 3126 days ago
I would move to aws, store assets in object storage (s3) instead of block storage (volumes), ensure your application is 12 factor and move it into an asg, move db to rds. Then start the process for moving from ec2 to k8s. That should give you a start.
2 comments

another question, when do you recommend moving from ec2 to k8s?
thanks for this! why S3 instead of Volumes?