

Some tools which will help you get into k8s: k9s (GUI wrapper for kubectl), Helm (creates reusable and customizable yaml templates), nginx/Traefik (as an ingress controller to handle domains, choose whichever you are more familiar currently) If you are interested in learning kubernetes I would recommend a tool called Kind to quickly create and destroy expendable kubernetes clusters (they are however not suitable for deploying apps permanently).

#BEST HARDWARE FOR EMBY CLIENT FULL#
I am afraid k3s is pretty complex for a novice because it is a full kubernetes implementation just easier to host on bare metal, I would suggest you stick with docker-compose (you can investigate tools such as portainer) or you will have huge issues debugging even the simplest problems.

Which container runtime is running under the hood should not interest you too much! Are you running Emby in container.d or in a Docker container?įirst thing you should know is that containers are a common standard, container from dockerhub will work in containerd, docker, crio and others I have probably not heard about. But I am still coming up to speed in the details of containerization. How did you get the Emby container to run in k3s? I have the companion apps running in Docker.
