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
technical:raspberry_pi_computing_cluster [2020/05/15 22:03] bobtechnical:raspberry_pi_computing_cluster [2020/05/16 16:16] (current) – [Docker] bob
Line 20: Line 20:
   * Install Kubernetes   * Install Kubernetes
   * [[https://coreos.com/flannel/docs/latest/|Flannel]] - Virtual network that attaches IP addresses to containers   * [[https://coreos.com/flannel/docs/latest/|Flannel]] - Virtual network that attaches IP addresses to containers
 +  * [[https://kind.sigs.k8s.io/|Kind]] - A tool for running local Kubernetes clusters using Docker container “nodes”
  
 ==== Docker ==== ==== Docker ====
Line 44: Line 45:
  
   docker run -ti arm32v6/alpine:3.5 /bin/sh   docker run -ti arm32v6/alpine:3.5 /bin/sh
 +
 +Note that Docker creates a new docker0 network interface.
  
 ==== Kubernetes ==== ==== Kubernetes ====