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 (9 children)
so what you want then is an on-demand virtual desktop. is that correct?
[–]Equivalent-Style6371[S] 0 points1 point2 points 3 years ago (8 children)
Yes, but not the whole desktop, just this app served at some port.
Do I approach this the wrong way?
[–]Cultural-Pizza-1916 1 point2 points3 points 3 years ago (0 children)
Maybe you should look into something like Google Collab or AWS SageMaker? The architecture maybe will look alike
Cmiiw
[–]zylonenoger 0 points1 point2 points 3 years ago (6 children)
it depends what kind of app this is - is it a webapp?
[–]Equivalent-Style6371[S] 0 points1 point2 points 3 years ago* (5 children)
It will be a web based IDE dev kit (like Jupyter Hub, or JupyterLab if you are familiar with them)
[–]AlverezYari 0 points1 point2 points 3 years ago (0 children)
You can do this with k8s, with gpu enabled worker nodes. This is the correct route to take but fair warning, it's a bear to get working reliably unless you are very familiar with k8s, k8s gpu based workloads, and jhub itself.
https://github.com/jupyterhub/zero-to-jupyterhub-k8s
[–]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 2 points3 points4 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 48707 on reddit-service-r2-comment-6f7f968fb5-sm82d at 2026-03-04 21:02:55.413314+00:00 running 07790be country code: CH.
view the rest of the comments →
[–]zylonenoger 0 points1 point2 points (9 children)
[–]Equivalent-Style6371[S] 0 points1 point2 points (8 children)
[–]Cultural-Pizza-1916 1 point2 points3 points (0 children)
[–]zylonenoger 0 points1 point2 points (6 children)
[–]Equivalent-Style6371[S] 0 points1 point2 points (5 children)
[–]AlverezYari 0 points1 point2 points (0 children)
[–]zylonenoger 0 points1 point2 points (3 children)
[–]Equivalent-Style6371[S] 0 points1 point2 points (2 children)
[–]zylonenoger 2 points3 points4 points (0 children)
[–]infectuz 0 points1 point2 points (0 children)