Docker and Kubernetes: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Introduction= =Containers= This all started with VMWare where the total resource could be divided up to run more than one application on difference virtual machines. But VMWa..." |
|||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
=Containers= | =Containers= | ||
This all started with VMWare where the total resource could be divided up to run more than one application on difference virtual machines. But VMWare required an OS on every machine and licenses in the case of Windows. They also needed managing, e.g. patching, Anti-virus and patching. | This all started with VMWare where the total resource could be divided up to run more than one application on difference virtual machines. But VMWare required an OS on every machine and licenses in the case of Windows. They also needed managing, e.g. patching, Anti-virus and patching. Along came containers which shared the OS. | ||
<br> | <br> | ||
[[File:Containers Overview.png|500px]] | [[File:Containers Overview.png|500px]] | ||
<br> | <br> | ||
=Docker= | =Docker= | ||
=Kubernetes= | =Kubernetes= | ||
=Orchestration= | =Orchestration= | ||
=Terms= | =Terms= |
Revision as of 06:13, 10 August 2021
Introduction
Containers
This all started with VMWare where the total resource could be divided up to run more than one application on difference virtual machines. But VMWare required an OS on every machine and licenses in the case of Windows. They also needed managing, e.g. patching, Anti-virus and patching. Along came containers which shared the OS.