Portal Home > Knowledgebase > Technical Questions > Kubernetes support on VPSDime Services

Kubernetes support on VPSDime Services

Full-stack k8s Kubernetes is not supported on our Linux VPS plans, as with the OpenVZ 7 virtualization used by the Linux VPS plans this is putting a container inside a container, which is not supported by either OpenVZ 7 nor Kubernetes. 

We've noted that some customers are running k3s ( https://k3s.io/ ) on our Linux VPS plans, however as we do not use this ourselves, we do not know what it takes to run on our Linux VPS plans. You would need to reference k3s' usual documentation and/or community support (e.g. forums) for help with this if you encounter a problem.

Kubernetes is supported on our Premium VPS plans, as the Premium VPS plans are KVM virtualization, which is as close to a bare metal server as possible. We'd be happy to cancel your Linux VPS plan and credit its value towards a Premium VPS as a one-time courtesy if you need to run Kubernetes.
Was this answer helpful?
Can I run Docker on my VPS?

Docker is fully supported for our Linux VPS and Premium VPS plans.It has been enabled by default...

WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED

If you see a message like the below when you are trying to connect to your VPS using SSH, it's...

ufw is not starting and returning nf_conntrack_ftp module not found

You may receive the following error message while trying to enable ufw (ufw enable):ERROR:...

Docker requires br_netfilter. How can I load this module?

br_netfilter module is already enabled on your VPS.There's a couple of different things you can...

Why can't I clear RAM cache or buffers on Linux VPS?

You do not need to clear your RAM cache. Linux has many decades of excellent memory management...