|
|
|
|
|
by tbrownaw
682 days ago
|
|
> k8s is complex, if you don't need the following you probably shouldn't use it: I use it (specifically, the canned k3s distro) for running a handful of single-instance things like for example plex on my utility server. Containers are a very nice UX for isolating apps from the host system, and k8s is a very nice UX for running things made out of containers. Sure it's designed for complex distributed apps with lots of separate pieces, but it still handles the degenerate case (single instance of a single container) just fine. |
|