Docker: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
6vffdh (Diskussion | Beiträge) |
6vffdh (Diskussion | Beiträge) |
||
Zeile 7: | Zeile 7: | ||
− | [https://en.wikipedia.org/wiki/Cgroups cgroups] (abbreviated from control groups) is a Linux kernel feature that limits, accounts for, and isolates the resource usage (CPU, memory, disk I/O, network, etc.) of a collection of processes. | + | :[https://en.wikipedia.org/wiki/Cgroups cgroups] (abbreviated from control groups) is a Linux kernel feature that limits, accounts for, and isolates the resource usage (CPU, memory, disk I/O, network, etc.) of a collection of processes. |
− | [https://www.lampstellar.com/node/28 Namespaces] are the important building block of Containers which isolates the applications from each other within single or multiple container' scope. When multiple processes / services are being run on multiple containers (on a single host system) then such isolation is a necessity from security and stability standpoints. A very essential command "docker run" itself creates the set of namespaces and controls the containers. | + | :[https://www.lampstellar.com/node/28 Namespaces] are the important building block of Containers which isolates the applications from each other within single or multiple container' scope. When multiple processes / services are being run on multiple containers (on a single host system) then such isolation is a necessity from security and stability standpoints. A very essential command "docker run" itself creates the set of namespaces and controls the containers. |
:[https://www.docker.com/microsoft Docker und Microsoft] | :[https://www.docker.com/microsoft Docker und Microsoft] |
Version vom 7. Juni 2021, 13:38 Uhr
- Link to How to Use the Official Docker Wordpress image.
Docker nutzt auf Linux-Servern sehr stark den Linux-Kernel, zum Beispiel die Features „namespaces“ und „cgroups“. Die Technik wird dementsprechend auch in Windows Server 2016 übernommen.
- cgroups (abbreviated from control groups) is a Linux kernel feature that limits, accounts for, and isolates the resource usage (CPU, memory, disk I/O, network, etc.) of a collection of processes.
- Namespaces are the important building block of Containers which isolates the applications from each other within single or multiple container' scope. When multiple processes / services are being run on multiple containers (on a single host system) then such isolation is a necessity from security and stability standpoints. A very essential command "docker run" itself creates the set of namespaces and controls the containers.
mini Erklärung
Kubernetes GUI
There are the finalist (with tl;dr):
Kubernetes Dashboard (kube-dashboard) [most mature and popular]
Lens [most powerful one]
Octant [easy to install and most portable]
kubenav [Android and iOS support]