Docker: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
Zeile 13: Zeile 13:
  
 
:[https://kubernetes.io/de/docs/tutorials/kubernetes-basics/ Kubernetes Basics]
 
:[https://kubernetes.io/de/docs/tutorials/kubernetes-basics/ Kubernetes Basics]
 
+
:[https://caylent.com/50-useful-kubernetes-tools-for-2020 Kubernetes Tools]
: https://caylent.com/50-useful-kubernetes-tools-for-2020
+
:[https://www.continum.net/managed-hosting/managed-kubernetes/ Erklärung managed-kubernetes]  
 
 
 
 
 
 
== mini Erklärung ==
 
: [https://www.continum.net/managed-hosting/managed-kubernetes/ managed-kubernetes]  
 
 
 
== Kubernetes GUI==
 
 
:[https://medium.com/dictcp/kubernetes-gui-clients-in-2020-kube-dashboard-lens-octant-and-kubenav-ce28df9bb0f0 Best Kubernetes GUI clients ]
 
:[https://medium.com/dictcp/kubernetes-gui-clients-in-2020-kube-dashboard-lens-octant-and-kubenav-ce28df9bb0f0 Best Kubernetes GUI clients ]
  
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]
Kubernetes Dashboard (kube-dashboard) [most mature and popular]
+
    kubenav [Android and iOS support]
 
 
 
 
Lens [most powerful one]
 
 
 
 
 
Octant [easy to install and most portable]
 
 
 
 
 
kubenav [Android and iOS support]
 
  
  

Version vom 30. Juni 2021, 12:29 Uhr


Docker und Windows Server

Docker und Microsoft
zdnet-Artikel, Docker und Windows Server 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.

Docker Images

Official Docker Wordpress image

Kubernetes

Kubernetes Basics
Kubernetes Tools
Erklärung managed-kubernetes
Best Kubernetes GUI clients
   Kubernetes Dashboard (kube-dashboard) [most mature and popular]
   Lens [most powerful one]
   Octant [easy to install and most portable]
   kubenav [Android and iOS support]


Job

Job1