Best Free Options for Deploying a Containerized Backend?

0
7
Asked By SunnyCloud88 On

Hey everyone! I'm working on a small charity project and aiming to keep everything within the free tier. My backend is built using microservices and includes a Redis container, a PostgreSQL container, an API Gateway using Spring Cloud, and about 6 microservices for the business logic. We expect around 100 users, so I thought I'd use Oracle Cloud's Free Tier VMs to install Docker for running all these services. I'm also thinking of setting up a separate VM for Prometheus to handle monitoring and logging. Are there better free alternatives for deploying containerized applications?

3 Answers

Answered By TechieGuru22 On

You could grab a $5 VM from Hetzner and install Docker there. It’s a solid solution if you don’t mind the small cost.

CuriousDev99 -

Is that $5 VM always available, or is it a subscription-type thing?

FrustratedUser34 -

I don't get why you'd suggest a paid option when they're asking for free alternatives! Just skip it if you have no free ideas.

Answered By CharityTechSupport On

If you're part of a charity, definitely look into nonprofit accounts with Google Cloud. They offer some great resources, plus other cloud providers like AWS and Microsoft also have nonprofit options. It could really help you out!

SunnyCloud88 -

Thanks for the tip! I'll check those options out!

Answered By CloudyDayCoder On

Consider trying Google Cloud Run for a simple and scalable solution!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.