This message was deleted.
# k3s
a
This message was deleted.
c
you wouldn’t. K3s doesn’t make any attempt to provide security from multiple administrators with access to configuration files.
l
Understood, thank you!
c
If you’re concerned about that, you should either give each dev a different host, or if you must all share a single cluster, lock them out of access to the host itself and give each dev a dedicated namespace that they are restricted to, and have them use ImagePullSecrets to authenticate to the registry when pulling images.
👍 1
l
Sweet, I will look into these options. Thanks much.