Тёмный
Fly․io
Fly․io
Fly․io
Подписаться
Run web, AI, & app servers close to your users on CPUs and GPUs. Deploy and scale your app in minutes at fly.io/speedrun.

Fresh Produce | July 2024
4:33
Месяц назад
Learning AI Deployments
7:10
Месяц назад
Scaling your GPU app in anger
6:23
2 месяца назад
Compose Apps with flyctl
3:18
2 месяца назад
Supercharge your Laravel app with AI
11:36
2 месяца назад
Adding your own models to Ollama
5:23
2 месяца назад
How to Self-Host an LLM | Fly GPUs + Ollama
5:26
2 месяца назад
How Fly.io uses Docker (without Docker)
4:23
3 месяца назад
AWS Without Access Keys
10:07
3 месяца назад
Chesstreaming: Game Ideas (Part 2)
12:48
3 месяца назад
Chesstreaming: A Game (Part 1)
26:29
3 месяца назад
Chesstreaming: Intro (Part 0)
7:37
3 месяца назад
Get llama3 running on Fly.io fast
4:05
4 месяца назад
Комментарии
@crrodriguez
@crrodriguez 22 часа назад
It is possible to escape the hypervisor, just waay harder than going around the container.
@loveAmerica365
@loveAmerica365 День назад
This video is misguided for 1 reason. Containers are "Software Islands" and Virtual Machines are "Hardware Islands" on a machine. How? A Container does not block memory access to other processes sharing the system. But Virtual Machines do. That is why one is a "Machine" and other is not. By blocking access to memory the Virtual Machine has created an ISLAND for itself and other processes cannot share that part. One could say Containers are more efficient for that reason.
@glorgau
@glorgau День назад
The latest thing. Until the next one.
@marcusaurelius3487
@marcusaurelius3487 День назад
Does she even know that podman exists? That rootless containers is a thing?
@kxmode
@kxmode День назад
Missed opportunity to call your VM, Dragonfly 😅
@Cypekeh
@Cypekeh День назад
I wouldn't expect this video to have 2 million views
@bravohomie
@bravohomie 2 дня назад
PVE 4 LYFE
@ItsD3vil
@ItsD3vil 2 дня назад
This is exceptional really really good great talk!
@OtterSwims
@OtterSwims 2 дня назад
Can you share more about why and how this design was chosen? Its obviously very different from the more traditional PaaS offerings, and a lot of work must have gone into building out such a system. But i'd just like to hear the origin story and also if this can work for larger customers as well as it does for smaller ones. Thanks and have a great day!
@shady4tv
@shady4tv 2 дня назад
This video really needs some context.... Containers are not the best Security boundry... sure. But that isn't everyone's usecase.... The tinfoil approach is to have everything run on metal on machines airgapped from each other. There are some crazy attacks that happen due to VM escapes by poorly written virtual drivers that can lead to RCE on the Host machine. But that doesn't mean that containers aren't useful for running 3 different versions of Java on the same machine and isolating it. There are other ways to secure containers since the shared layer is the kernel by using several Linux security features such as SELinux as an example. You can even run VMs and containers side-by-side with something like kube-virt. It all depends on threat models.
@orlovskyconsulting
@orlovskyconsulting 3 дня назад
People if you use proprietary vm you limit yourself to only one provider , that's just for notice , think about that.
@orlovskyconsulting
@orlovskyconsulting 3 дня назад
Not true, Docker can be protected via namespace which allow to run applications in non root setup and then you have AppArmor or SELinux as additional layer of security.
@orlovskyconsulting
@orlovskyconsulting 3 дня назад
With Docker actually i have always freedom of choice, i can run it everywhere , don't forget this!
@TheShorterboy
@TheShorterboy 3 дня назад
So do a shit ton of work to implement a byzantine level of rules or just use a VM and move on with your day, yeah just like QubesOS..
@mjs28s
@mjs28s 3 дня назад
You know, with all the stuff with VMs and people using them to run / test software on, why aren't OS built like VMs or at least run programs that you execute in tight isolation? I mean you can literally watch people test viruses and virus scanners on their PCs but, obviously, within a VM so nothing kicks their actual computer into the grave.
@swipekonme
@swipekonme 4 дня назад
talk about getting sold
@liamnguyen9527
@liamnguyen9527 4 дня назад
Thank you for a good video that explains the approach to choose appropriate technology for appropriate usecase. Yes, Container was born for many thing but not multi-tenant. So in this case, choosing a MicroVM is the best balance for security and performance. Great choice! Developers should watch this video closely and learn the analysis, not to copy the entire decision. Container is still the greatest invention in software industry in our last decades.
@stuartallen2001
@stuartallen2001 4 дня назад
So cool! Is it pretty fast to start up after its stopped? And could this be used for other containers that could benefit from gpus?
@567saturn
@567saturn 5 дней назад
How do you bring food to the offive? 😮
@maulik13
@maulik13 5 дней назад
That was a quick, but great summary. That must have been a fun project. The more and more I see fly videos I get more respect for you guys and for you presenting them 🫡
@rahuldinesh2840
@rahuldinesh2840 6 дней назад
Even LXC is available. But the problems come during networking.
@yairrodriguez475
@yairrodriguez475 6 дней назад
I love the explanation about microVMs, but what about real-world scenarios? Could you provide examples of actual workloads, not just “state-of-the-art architectures solving imaginary problems”?
@rmcgraw7943
@rmcgraw7943 6 дней назад
Good information for sure. I am not familiar with Firecracker, but if I know what’s running in other containers, then I can create a named system semaphore that will await and then block threads in those containers. However, as I said, I may not familiar with Firecracker, and since named semaphores are an OS wide resource, if FC does truly isolate process into a separate OS, then it would prevent this. I can think of several OS wide resources I can create inside of a container which can and will affect the entire host OS, given the proper convergence of asset allocated/named entry vectors, but this is highly unlikely to be unnoticed by a properly run SECOPS team (a rarity among organizations today, sadly). If you have any doubt, I would certainly recommend complete process isolation via a dedicated OS, else someone like me (I am a white hat, someone like me whose a black hat) is, given the motivation, likely to become your organizations last cybersecurity incident.
@corinapacheco616
@corinapacheco616 7 дней назад
Locos
@corinapacheco616
@corinapacheco616 7 дней назад
Mentira
@calvinpryor
@calvinpryor 7 дней назад
total noob here but I've never heard "shroot" before.....I've always heard the letters c and h enunciated like "C H root"...is this a regional thing?
@tommybronze3451
@tommybronze3451 8 дней назад
Hey, I'm not knocking of you platform or you choice - honestly vm is most secure option, HOWEVER stating that vm's ARE secure is just a mirage. And don't mention the amazon ... they had enough problems with vm breakout.
@ТимурАп-х8ы
@ТимурАп-х8ы 8 дней назад
Sounds nice. I want to get a job with you)
@raeldc
@raeldc 8 дней назад
Nice!
@Mayeru
@Mayeru 8 дней назад
so we are back to vmware? i thought we left that big slow mess behind
@leonardogalani3151
@leonardogalani3151 9 дней назад
ads.
@sacredindia88
@sacredindia88 9 дней назад
There is better knowledge base in comments than in the video. I love it. 😅
@masterflitzer
@masterflitzer 9 дней назад
finally people using ipv6 in explanation videos, this is so great, but a separate network stack could lead to vulnerabilities that don't get patched by normal security updates...
@winnie8614
@winnie8614 10 дней назад
Can I run this firecracker on my desktop Linux?
@alitaa1154
@alitaa1154 10 дней назад
Does run on the edge?
@korayem
@korayem 11 дней назад
Those videos converted me. Keep them coming.
@mohamedmonem2645
@mohamedmonem2645 12 дней назад
On-premises is better than any cloud
@ronminnich
@ronminnich 12 дней назад
This is why the visor project, which we started at Google in 2014, works the way it does -- very lightweight VM.
@rperlberg
@rperlberg 13 дней назад
When I clicked on the video I thought you were going to try to convince me to throw away my Tupperware.
@banwa_non
@banwa_non 13 дней назад
This really has 1 million views??? O_o
@warthog123
@warthog123 13 дней назад
Considering containers for security is same considering VMs for flexibility and performance.
@Dogo.R
@Dogo.R 14 дней назад
I don't really understand how cloudflare proxying and cloudflare reverse proxies work then. Why do you need a VPN but neither of those do? All these things proxy traffic.
@JonMartins
@JonMartins 14 дней назад
So it means we have more latency when writing right?
@jardelainen8278
@jardelainen8278 14 дней назад
Is she reading a script or one of those who implement the technical part of this or both?
@digitaleswerken
@digitaleswerken 14 дней назад
I've checked. My closest Taco Bells is 780km away and going there would likely get me into troubles with the NATO Allied Air Command. But I've heard NATO is providing a great service for there customers too.
@wt4csm
@wt4csm 14 дней назад
All code should be in jail.
@lordmushroom723
@lordmushroom723 15 дней назад
LXCs > Docker. Configure with Ansible. I like this model much better than containers. But TBH you really can't beat reproducibility with containers. You just can't
@Scorry
@Scorry 15 дней назад
Please, do not use «firecracker» word. You should use «KVM» word. Four and a half minutes of bullshit.
@usernamehandle
@usernamehandle 15 дней назад
Nearly every single comment contradicts the point of this video, so as an aspiring dev… not gonna keep watching!
@DKLHensen
@DKLHensen 15 дней назад
Tjroooottt
@_vindicator_
@_vindicator_ 15 дней назад
You kinda just reinvented the wheel. You can have (and most do) both containers and virtualization. Make clusters based on trust level and deploy apps according to level of trust. The platform runs on VMs, the apps run on containers. Haven't seen a PaaS run on bare metal for more than 6 years now.