this post was submitted on 19 Jun 2024
23 points (100.0% liked)

Linux

5083 readers
166 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] qprimed@lemmy.ml 5 points 4 months ago

tl;dw - individual containers isolated in HVMs with traditional container tooling.

I have been living under a rock and had not heard of this project before. it does seem to give a reasonable alternative to the manual VM[container] two-step for some workloads.

an older, but more complete intro lives at Kata Containers An introduction and overview [you tube]

[โ€“] Lem453@lemmy.ca 1 points 4 months ago

Is this useful for a homelab with a current setup of 1 physical host -> proxmox -> alpine VM -> docker?

Docker is managed by portainer that pulls docker compose files from a git repo. Around 30 containers total in 10 or so stacks.

This idea looks really interesting but it seems to be mostly for kubernetes deployments