Skip to content

robertojrojas/kubernetes-the-hard-way-raspberry-pi

Repository files navigation

Image of Yaktocat Image of Yaktocat

Kubernetes the Hard Way Raspberry Pi

This tutorial is inspired by the Kelsey Hightower's Kubernetes The Hard Way tutorial, but targeted to the Raspberry Pi. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If that's you then check out Google Container Engine, or the Getting Started Guides.

This tutorial is optimized for learning, which means taking the long route to help people understand each task required to bootstrap a Kubernetes cluster. This tutorial can be completed on the following platforms:

The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that prevent you from learning!

DISCLAIMER

The steps in this tutorial are "AS IS" without any warranties and support. I'm not responsible for any misconfiguration or damages of the Raspberry Pi equipment involved on this tutorial.

Target Audience

The target audience for this tutorial is someone who wants to get some hands on skills with the Kubernetes cluster and wants to understand how everything fits together. If you're planning to support a production Kubernetes cluster, I highly recommend following Kelsey's tutorial instead. After completing this tutorial I encourage you to automate away the manual steps presented in this guide.

  • This tutorial is for educational purposes only. There is much more configuration required for a production ready cluster.

Cluster Details

  • Kubernetes 1.4.6 (ARM)
  • Docker 1.12.3 (ARM)
  • etcd 3.1.0-rc.1 (Built from source for ARM)
  • CNI Based Networking
  • Secure communication between all components (etcd, control plane, workers)
  • Default Service Account and Secrets

What's Missing

The resulting cluster will be missing the following items:

Hardware and OS version

This tutorial assumes you have access to one of the following:

  • 5 Raspberry Pi 2/3 Model B
  • 2016-09-23-raspbian-jessie-lite or newer

Labs

About

This tutorial is inspired by the Kelsey Hightower's Kubernetes The Hard Way tutorial, but targeted to the Raspberry Pi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published