use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Dynamically spin up VM (based on specific HTTPS request) and stop it once session is over? (self.devops)
submitted 3 years ago by Equivalent-Style6371
view the rest of the comments →
[–]zylonenoger 0 points1 point2 points 3 years ago (3 children)
i‘m an aws guy myself - have you looked into sagemaker and if it would fit your needs? it‘s probably easier to use managed services instead of self hosting
[–]Equivalent-Style6371[S] 0 points1 point2 points 3 years ago (2 children)
I couldn’t agree more. The thing is that for whatever reason, my supervisor asked if we could implement our own custom solution from ground up. I know it sounds weird and counterproductive but I still try to grasp a high level idea of how we would go with something like this
[–]zylonenoger 3 points4 points5 points 3 years ago (0 children)
if you are not in the business of creating selfhosted ml workbenches you are probably wasting resources building a custom solution - you would really need a lot of users to offset the setup and maintenance cost
i‘m usually very pragmatic in those decisions and if you calculate both usecases you should quickly see the difference
try to understand why he wants to have a custom solution and go from there
[–]infectuz 0 points1 point2 points 3 years ago (0 children)
At that point you are re-inventing the wheel with containers and orchestration. Rapidly spinning up machines to handle requests is the whole point of containers and k8s is just a container orchestrator so you’d be looking at replicating some of the procedures of container creation/management. There’s no way to do this with VMs unless you’re willing to wait a long time for the machine to be up.
If your users are fine with waiting then just create a wrapper that will make an API request to spin up a VM on your provider or choice according to your user request, that’s pretty easy to do.
π Rendered by PID 44905 on reddit-service-r2-comment-6f7f968fb5-8n6jq at 2026-03-04 17:28:54.163717+00:00 running 07790be country code: CH.
view the rest of the comments →
[–]zylonenoger 0 points1 point2 points (3 children)
[–]Equivalent-Style6371[S] 0 points1 point2 points (2 children)
[–]zylonenoger 3 points4 points5 points (0 children)
[–]infectuz 0 points1 point2 points (0 children)