Replies: 1 comment 1 reply
-
Podman should be fine on the older kernel. There are newer features we take advantage of when they come along like rootless overlay, but you should be fine on the older kernel. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
I've rented a KVM-based VPS with 12 dedicated cores (AMD EPYC), which have nested virtualization activated. That means, I can run VMs with KVM and other hypervisors at a high performance. The annoying problem: The hoster uses Kernel 5.4 (LTS). With Kernel 5.8, bugs for EPYC and KVM got fixed. But this introduced an impatibility. Whenever I run a Kernel >= 5.8 on my VPS, all VMs freeze (even
kata
).Possibilities over opportunities
So which possibilies do I have?
podman
in here.Questions
Is running containers using
podman
secure even on the old Kernel 5.4? I'm aware that containers on an unprivileged user have a problem here (overlayfs). But are there any security-related things that were introduced with new Kernels? That would be a "pro" for solutions/possibility 2 or 3.Beta Was this translation helpful? Give feedback.
All reactions