distributed_computing:orchestration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
distributed_computing:orchestration [2019/08/24 16:33] – [Docker swarm] phreazerdistributed_computing:orchestration [2019/08/24 17:26] (current) phreazer
Line 4: Line 4:
  
   * Docker swarm / compose   * Docker swarm / compose
-  * Kubernetes (k8s) / Minikube / Kubespray+  * Kubernetes (k8s)
   * OpenShift (productized k8s) / OKD   * OpenShift (productized k8s) / OKD
   * Nomad   * Nomad
   * Mesos   * Mesos
   * Rancher   * Rancher
 +
  
 ===== Docker swarm ===== ===== Docker swarm =====
Line 17: Line 18:
  
  
-Blue green deployment (nginx, consul): https://botleg.com/stories/blue-green-deployment-with-docker/+Blue green deployments: 
 +  * Swarm (nginx) https://www.goetas.com/blog/traps-on-the-way-of-blue-green-deployments/ 
 +  * Swarm https://github.com/cecchisandrone/docker-swarm-blue-green 
 +  *  (nginx, consul): https://botleg.com/stories/blue-green-deployment-with-docker
 +  * Compose and Traefik https://coderbook.com/@marcus/how-to-do-zero-downtime-deployments-of-docker-containers/
  
 +===== Kubernetes =====
 +  * Installer:  kubespray, kops, kubeadm
 +  * Mini-dev-dist:
 +    * minikube (uses vms, needs hypervisor)
 +    * microk8s (snap)
  
 ===== Mesos ===== ===== Mesos =====
Line 56: Line 66:
  
 Simplification of Kubernetes deployment / management Simplification of Kubernetes deployment / management
 +
 +===== Related =====
 +
 +Service meshs
 +  * Istio
 +  * Consul (also Service discovery)
  
  
  • distributed_computing/orchestration.1566657182.txt.gz
  • Last modified: 2019/08/24 16:33
  • by phreazer