Home
Softono

Kubedge

Open source Apache-2.0 JavaScript
11
Stars
1
Forks
1
Issues
4
Watchers
1 year
Last Commit

 About Kubedge

Kubedge Template Repo

Platforms

Web Self-hosted Cloud Kubernetes

Languages

JavaScript

Need Help Installing Kubedge?

We provide expert installation service for this software. Our team will install, configure, and secure Kubedge on your server. plans start at just $30.

kubedge

KUDEDGE Platform Play Server. Simple example of a project deployable on KUBEDGE.

KUBEDGE Platform

Documentation is available Here or Here

Main tutorials

  • Docker image creation.
  • Helm chart for Kubernetes deployment.
  • Minimal size container build around GO binary.
  • Multi architecture handling (AMD64 and ARM32V7).

Related tutorials

  • GITHUB as code.
  • GERRITUB for code review.
  • TRAVIS as CI.
  • DOCKERHUB for image repository.

Branch descrption

master

Development and Deployment on KUBEDGE SDK. No Helm chart.

cd charts/kubedge && helm install kubedge . --values values.yaml --values values-dev.yaml

arm32v7

Deployment on KUBEDGE Raspberry PI Cluster 32bits. Helm chart provided.

cd charts/kubedge && helm install kubedge . --values values.yaml --values values-arm32v7.yaml

arm64v8

Deployment on KUBEDGE Raspberry PI Cluster 64bits. Helm chart provided.

cd charts/kubedge && helm install kubedge . --values values.yaml --values values-arm64v8.yaml

amd64

Deployment on KUBEDGE CoreOS/Ubuntu Cluster. Helm chart provided.

cd charts/kubedge && helm install kubedge . --values values.yaml --values values-amd64.yaml