Attila Tőkés
Published © CC BY-SA

Building an ARM based Kubernetes Cluster

Using Mixtile Blade 3 single board computers to build an ARM based Kubernetes Cluster.

IntermediateProtip8 hours485
Building an ARM based Kubernetes Cluster

Things used in this project

Hardware components

Mixtile Blade 3
×2

Software apps and online services

Kubernetes

Story

Read more

Schematics

Network Connections

Code

Jupyter Deployment

YAML
apiVersion: apps/v1
kind: Deployment
metadata:
  name: jupyter-scipy
spec:
  replicas: 1
  selector:
    matchLabels:
      app: jupyter-scipy
  template:
    metadata:
      labels:
        app: jupyter-scipy
    spec:
      containers:
      - name: jupyter
        image: quay.io/jupyter/scipy-notebook
        ports:
        - containerPort: 8080

Credits

Attila Tőkés

Attila Tőkés

36 projects • 217 followers
Software Engineer experimenting with hardware projects involving IoT, Computer Vision, ML & AI, FPGA, Crypto and other related technologies.

Comments