I will try to give a simple explanation. I am not expert with these technologies.
Maybe you tried to write "Kubernetes", it's equal to "Composer" for PHP, Kubernetes run with Docker; and you have a great production of containers.
The software for Virtual Machines runs on a separate guest OS, and Docker run the images within the same OS Kernel. (other important difference it's Hypervisor vs Kernel)
Container (Docker etc.) = kernel + necessary libraries from os + application
Orchestration Tool (Kubernetes) = Manager/Scheduler/Maintainer of containers, which can allocates resources for container and/or run/kill/scale containers.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Oldest comments (4)
I will try to give a simple explanation. I am not expert with these technologies.
Maybe you tried to write "Kubernetes", it's equal to "Composer" for PHP, Kubernetes run with Docker; and you have a great production of containers.
The software for Virtual Machines runs on a separate guest OS, and Docker run the images within the same OS Kernel. (other important difference it's Hypervisor vs Kernel)
I don't know Rancher and Boxes.
My english is bad :P
Thanks Alejandro
That was quite straight and simple indeed
Long in short:
Some comments may only be visible to logged-in visitors. Sign in to view all comments.