It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Howdy, Stranger!
It looks like you've been lurking for a while.
If you register, we also will remember what you have read and notify you about new comments. You will also be able to participate in discussions.
So if you'd like to get involved, register for an account, it'll only take you a minute!
Comments
I support this suggestion for a managed kubernetes solution!
While having the option of using a managed K8S cluster would be a nice thing to have, at the same time it can result in a bit of a vendor-lock with functionality that is only provided by the particular vendor and running in a multi-cloud scenario would also be more difficult (e.g. failover and high availability).
There are many who recommend installing your own K8S cluster from 0, which can indeed be difficult, but at the same time there are enough open source turn-key solutions to essentially make this a non-issue.
For example, have a look at Rancher: https://rancher.com/
In my opinion, it's a really good solution for running and managing clusters on any server that you'd like (Time4VPS included), the installation is easy, as is joining new servers to said clusters.
Of course, if you'd like a more lightweight option, my personal experience has been pretty good with K3s: https://k3s.io/
It is basically a more lightweight (but still certified) K8S distribution that's even easier to install and also includes some of the utilities that you'd normally like to have (e.g. kubectl) out of the box!
I've also used it in combination with Portainer: https://www.portainer.io/
It's another solution that can manage K8S clusters, although it doesn't initialize them for you (so in this case you'll want K3s + Portainer), but is probably one of the most lightweight setups possible.
In summary, even if Time4VPS don't invest the time into creating managed K8S cluster support (which is a big undertaking), there are still plenty of options out there to enable anyone to do it in a few dozen CLI commands, to get a perfectly functional GUI to go along with it. Source: am using a similar setup across all of my Time4VPS servers.