All Projects β†’ alexellis β†’ K8s On Raspbian

alexellis / K8s On Raspbian

Licence: mit
Kubernetes on Raspbian (Raspberry Pi)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to K8s On Raspbian

K3sup
bootstrap Kubernetes with k3s over SSH < 1 min πŸš€
Stars: ✭ 4,012 (+378.19%)
Mutual labels:  cloud, raspberry-pi, devops, k8s, kubernetes-cluster
Tensorflow Lambda Layer
Lets you import Tensorflow + Keras from an AWS lambda
Stars: ✭ 79 (-90.58%)
Mutual labels:  serverless, cloud, faas
Kotless
Kotlin Serverless Framework
Stars: ✭ 721 (-14.06%)
Mutual labels:  serverless, faas, devops
Terrahub
Terraform Automation and Orchestration Tool (Open Source)
Stars: ✭ 148 (-82.36%)
Mutual labels:  serverless, cloud, devops
Openwhisk
Apache OpenWhisk is an open source serverless cloud platform
Stars: ✭ 5,499 (+555.42%)
Mutual labels:  serverless, cloud, faas
Openwhisk Apigateway
Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
Stars: ✭ 56 (-93.33%)
Mutual labels:  serverless, cloud, faas
Faas Netes
Serverless on Kubernetes with OpenFaaS
Stars: ✭ 1,875 (+123.48%)
Mutual labels:  serverless, faas, k8s
Training
Container, Monitoring & Logging, Cloud & DevOps Tutorials and Labs
Stars: ✭ 121 (-85.58%)
Mutual labels:  cloud, devops, k8s
Pharos Cluster
Pharos - The Kubernetes Distribution
Stars: ✭ 302 (-64%)
Mutual labels:  bare-metal, devops, kubernetes-cluster
Openwhisk Deploy Kube
The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
Stars: ✭ 231 (-72.47%)
Mutual labels:  serverless, cloud, faas
Openwhisk Runtime Nodejs
Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
Stars: ✭ 43 (-94.87%)
Mutual labels:  serverless, cloud, faas
Faas
OpenFaaS - Serverless Functions Made Simple
Stars: ✭ 20,820 (+2381.53%)
Mutual labels:  serverless, faas, k8s
Microless
Using docker and nodejs to build Microservice
Stars: ✭ 14 (-98.33%)
Mutual labels:  serverless, faas, devops
Azure
Azure-related repository
Stars: ✭ 78 (-90.7%)
Mutual labels:  serverless, cloud, devops
Metalk8s
An opinionated Kubernetes distribution with a focus on long-term on-prem deployments
Stars: ✭ 217 (-74.14%)
Mutual labels:  cloud, k8s, kubernetes-cluster
Fx
A Function as a Service tool makes a function as a container-based service in seconds.
Stars: ✭ 1,679 (+100.12%)
Mutual labels:  serverless, faas, k8s
Cloudprober
An active monitoring software to detect failures before your customers do.
Stars: ✭ 1,269 (+51.25%)
Mutual labels:  cloud, devops, k8s
Hashi Up
bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute
Stars: ✭ 113 (-86.53%)
Mutual labels:  cloud, raspberry-pi, devops
Knctl
Knative CLI
Stars: ✭ 163 (-80.57%)
Mutual labels:  serverless, faas, k8s
Adapt
ReactJS for your infrastructure. Create and deploy full-stack apps to any infrastructure using the power of React.
Stars: ✭ 317 (-62.22%)
Mutual labels:  cloud, devops, k8s

Kubernetes on Raspbian

This repository holds the "original tutorial" for "Kubernetes on Raspbian" by Alex Ellis using kubeadm. It also has a list of reader's clusters for your inspiration and Alex's newest work with k3s.

My modest stack of RPis

If you'd like to read more about Kubernetes clusters, see Alex's write-up over the past 5 years of building with Docker and these tiny devices:

Five years of Raspberry Pi Clusters

Start the guide

Pick between k3s or kubeadm.

1) Pick k3s (recommended)

My current recommendation is to use k3s from Rancher Labs. It is normal Kubernetes and passes the conformance tests written by the CNCF. I'm yet to be convinced of why someone wouldn't use this for a hobbyist build and I've been pleasantly surprised by it. Rancher Labs offers commercial support and k3s is GA, even more reason to use this option.

k3s is:

  • faster, and uses fewer resources - 300MB for a server, 50MB for an "agent"
  • well-maintained and ARMHF / ARM64 just works
  • HA is available as of k3s 1.0 along with Kubernetes 1.16
  • still normal, upstream, compliant Kubernetes
  • doesn't appear to run into some of the complicated issues we've seen with kubeadm

k3sup diagram

You may also enjoy k3sup ("ketchup") - a tool I built with the community to bootstrap k3s clusters over SSH. It has a simple k3sup install / join syntax and is available on GitHub. See more at: https://k3sup.dev

Start with a tutorial now (newest listed first):

2) Or pick kubeadm (advanced users)

This guide is part of a larger blog post: Build your own bare-metal ARM cluster.

My current thinking is that only advanced users should attempt to install Kubernetes with kubeadm. Historically, it's had some unfortunate issues around timeouts and being slow, k3s makes installation and operation seamless.

Once you're up and running please share your clusters on Twitter with @alexellisuk.

You can also join the OpenFaaS Slack community's dedicated channel for ARM and Raspberry Pi #arm-and-pi. Just email alex at openfaas dot com for your invitation.

Attribution

You're welcome to make use of this guide and to refer to it, but please do not copy it or pass it off as your own without giving attribution to the author(s). If you have suggestions or have found that some of the instructions have fallen out of date, then please see the Contributions section below on how to contribute.

Reader's clusters

Submit your cluster and description by creating a GitHub issue.

Adaptations / derived works

Contributions

See: CONTRIBUTING

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].