Get the latest tech news
Stop Doing Cloud
An example of how you can save money, simplify your architecture and speed up the development by going back to the basics and ditching the cloud, kubernetes and whatnot.
Outgrowing this setup will probably mean you already got enough tracton, customers and money to actually start your own colocation thingy with a dedicated team. ```bashand lastly: su ingres # we switch the user to make it the owner of the directory we create mkdir -p /home/ingres/.ssh cat ~/.ssh/authorized_keys > /home/ingres/.ssh/authorized_keys self-hosted postgres instance with passable initail configuration replicated api-service with as many replicas as we want proper load balancing and reverse proxy in front of them https everywhere proper certifcates, all handled automatically 1 click deployment of our reverse proxy blazing fast deployments/build times in the future (for now manual, but can easily be automated) ability to potentially handle hundreds of thousands of users very predictable cost & performance regular FULL backups no additional deployment code Absolutely stunning performance with 80 dedicated cores, 128 gb of ram, 2 TB NVMe SSD (you'd be amazed)
Or read this on Hacker News