DEV Community

Discussion on: How do you deploy your apps?

Collapse
 
yenyih profile image
Jordan Soo Yen Yih

Shared server? You mean CPanel? As long as you have root access to the server and the server is using Linux, suppose you are able to setup docker.

I didn't use Kubernetes for my private projects. Because I am still not confident enough on my Kubernetes knowledge. But I ever use Docker Swarm which is simpler and lesser features version of Kubernetes. Honestly it is steep learning curve to learn Kubernetes. πŸ˜… Therefore, if you are interested and feel difficult on learning Kubernetes, u may start from docker swarm first.

Thread Thread
 
jsardev profile image
Jakub Sarnowski

Yeah, something like a CPanel. Even if you have root access there, those hosts are often based on a virtualization technology which does not support Docker.

Thanks for suggestions!