This message was deleted.
# general
a
This message was deleted.
a
Rather than SSH'ing why not allow users to exec into the containers if they need to?
c
That's the A/B conversation we're having
"so they can treat these containers like they do VM/servers"
a
They shouldn't be treating them the same really. Maybe it would be better to use something like kubevirt and manifest VMs as Pods so they can treat them like such?
c
SSHing into containers is HUGE anti-pattern. Don’t do that. Containers are not VMs.
đź’Ż 1
If you ever find yourself running SSH in a pod so that people can log into it interactively, you’ve taken a wrong turn somewhere.
c
in this case, I found a non-developer writing essential code on their laptop, and it needs to get moved ASAP