Earlier quoted context omitted.
Give Google Cloud Run a try. Can run any Docker container, and billing is per request. It is basically a fully managed knative. https://cloud.google.com/run My side projects all run for free. (I work for Google Cloud)
That.. is really impressive! Had no idea about this, thanks! For a well rounded review, can you or anyone comment on similar offerings with competitors? I was not familiar with per-request containers, but it sounds like exactly what I wanted. Thoughts?
Low-Cost VPS Testing
31–40 of 141 posts
Re: Low-Cost VPS Testing
#32Earlier quoted context omitted.
That.. is really impressive! Had no idea about this, thanks! For a well rounded review, can you or anyone comment on similar offerings with competitors? I was not familiar with per-request containers, but it sounds like exactly what I wanted. Thoughts?
I've been trying every Docker platform for years (Joyrnt Triton, Tutum, k8s on various platforms)... Cloud Run is by far my favorite
Re: Low-Cost VPS Testing
#33Regarding Scaleway lack of rDNS for IPv6: it's because they don't support it. Customers (like I was) asked for it many times since 2016 but it seems too hard to implement for them.
Re: Low-Cost VPS Testing
#34Earlier quoted context omitted.
No, but that's mainly because I still have to manage the server running Dokku I believe? edit: For context what I was already using was manual docker on a DO box. While I recognized that Dokku would make it more seamless and easier, my issue was managing and securing the DO VM itself. I didn't see how Dokku would help that scenario
yep. Dokku is not as simple as heroku.
If I were working on a project with a corporate budget then using Heroku or a different style of architecture like serverless would be a no-brainer
Re: Low-Cost VPS Testing
#35Re: Low-Cost VPS Testing
#36Earlier quoted context omitted.
Have you tried running Dokku[0] on a VPS? [0] https://github.com/dokku/dokku
Seconding this. Big fan of Dokku on a DO droplet as an inexpensive way to make applications.
Re: Low-Cost VPS Testing
#37Re: Low-Cost VPS Testing
#38Earlier quoted context omitted.
No, but that's mainly because I still have to manage the server running Dokku I believe? edit: For context what I was already using was manual docker on a DO box. While I recognized that Dokku would make it more seamless and easier, my issue was managing and securing the DO VM itself. I didn't see how Dokku would help that scenario
I would suggest reading about Ansible and working on an initial collection of Ansible playbooks that might help on that. Check out https://www.thecloud.coach/ansible-crash-course . Of course nothing beats a dedicated devops but some playbooks regarding main security compliances might do a great job. Anyone correct me if I am wrong but I am seeing it as a good base practice for these cases.
If he learns any sort of dev-ops infra management he's just wasting his time.
Re: Low-Cost VPS Testing
#39Earlier quoted context omitted.
Ah, I had assumed you could run one node.
If it's like AWS' equivalent, you can, but the cost is more than that because you're paying for a managed control plane.
"Linode Kubernetes Pricing LKE pricing includes only the resources you consume – Linodes, NodeBalancers, and Volumes. Your cluster’s master services are free of charge."
So whenever they are out of their beta, you should be able to run a $5/month single node K8S "cluster".
Re: Low-Cost VPS Testing
#40Earlier quoted context omitted.
Have you tried running Dokku[0] on a VPS? [0] https://github.com/dokku/dokku
No, but that's mainly because I still have to manage the server running Dokku I believe? edit: For context what I was already using was manual docker on a DO box. While I recognized that Dokku would make it more seamless and easier, my issue was managing and securing the DO VM itself. I didn't see how Dokku would help that scenario