Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ORD風Kubernetesのラズベリーパイ包み

 ORD風Kubernetesのラズベリーパイ包み

ohdate-yuuta

March 19, 2019
Tweet

More Decks by ohdate-yuuta

Other Decks in Technology

Transcript

  1.  S b J • a B • K •

    8 D 41 2,0 4 4 1 22
  2.  • Raspberry Pi3 Model B+3 • microSD 16GB3 •

    6  60W USB  1 • 2.4A microUSB  5 •   1 • LAN  4
  3.  1.   2. Docker 3. Kubeadm(kubectl, kubelet) 4.

    Kubeadm init @master  5. Flannel  6. Kubeadm join worker 
  4.  1. OS(Raspbian)  microSD   2.  

     https://www.raspberrypi.org/downloads/raspbian/
  5.  • Kubernetes      • Master

     $ kubeadm init • Worker  $ kubeadm join
  6.  •    Overlay   $ kubectl

    apply -f https://raw.githubusercontent.com/coreos/flannel/bc79dd1505b0c86 81ece4de4c0d86c5cd2643275/Documentation/kube-flannel.yml
  7.  $ kubectl get nodes NAME STATUS ROLES AGE VERSION

    bluepi Ready worker 1d v1.13.4 greenpi Ready master 1d v1.13.4 redpi Ready worker 1d v1.13.4