-
After deploying the example, I press "s" within k9s to shell into the pod, and I'm not sure where I go to:
That's somewhat unexpected, how would the pod know about the host? -- The other thing I couldn't quite understand is the resource consumption. When I SSH into the image (like the instructions in the README), I can see the VM kernel (different from the host), so I'm indeed within the VM. Doing The last thing I noticed is that the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
When you press "s", you shell into the VM pod, not the VM. You cannot shell into the VM directly, that's not how Virtink works. We don't have the exact numbers for CH's overhead, but 130MB doesn't sound too surprise to me. The CH folks may have a better answer here. And yes, since Virtink and kubevirt are both using the vm resource alias, kubectl (and k9s) would get confused of which resource you're requesting. You may use the fully qualified name to disambiguate them. |
Beta Was this translation helpful? Give feedback.
When you press "s", you shell into the VM pod, not the VM. You cannot shell into the VM directly, that's not how Virtink works.
We don't have the exact numbers for CH's overhead, but 130MB doesn't sound too surprise to me. The CH folks may have a better answer here.
And yes, since Virtink and kubevirt are both using the vm resource alias, kubectl (and k9s) would get confused of which resource you're requesting. You may use the fully qualified name to disambiguate them.