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:00] bobtechnical:raspberry_pi_computing_cluster [2020/05/16 16:16] (current) – [Docker] bob
Line 11: Line 11:
   * [[https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html|Apache Hadoop YARN]]   * [[https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html|Apache Hadoop YARN]]
   * [[https://www.nomadproject.io/|Nomad]]   * [[https://www.nomadproject.io/|Nomad]]
- 
-[[https://blog.hypriot.com/post/setup-kubernetes-raspberry-pi-cluster/|Setup Kubernetes on a Raspberry Pi Cluster]] 
  
 ===== Setup ===== ===== Setup =====
Line 22: 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 46: 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 ====
 +
 +[[https://blog.hypriot.com/post/setup-kubernetes-raspberry-pi-cluster/|Setup Kubernetes on a Raspberry Pi Cluster]]
  
 First, trust the kubernetes APT key and add the official APT Kubernetes repository on every node: First, trust the kubernetes APT key and add the official APT Kubernetes repository on every node: