https://github.com/kubedge/kubedge
Kubedge Template Repo
https://github.com/kubedge/kubedge
arm32v7 arm64v8 cloud-native edge-computing helm-chart helm-charts iot kubedge kubernetes raspberry-pi tutorial
Last synced: 4 months ago
JSON representation
Kubedge Template Repo
- Host: GitHub
- URL: https://github.com/kubedge/kubedge
- Owner: kubedge
- License: apache-2.0
- Created: 2018-10-20T13:18:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T23:44:20.000Z (11 months ago)
- Last Synced: 2025-08-02T20:16:47.811Z (6 months ago)
- Topics: arm32v7, arm64v8, cloud-native, edge-computing, helm-chart, helm-charts, iot, kubedge, kubernetes, raspberry-pi, tutorial
- Language: JavaScript
- Homepage: https://kubedge.cloud
- Size: 190 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# kubedge
KUDEDGE Platform Play Server. Simple example of a project deployable on KUBEDGE.
## KUBEDGE Platform
Documentation is available [Here](http://kubedge.cloud) or [Here](https://kubedge.github.io)
## 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.
```bash
cd charts/kubedge && helm install kubedge . --values values.yaml --values values-dev.yaml
```
### arm32v7
Deployment on KUBEDGE Raspberry PI Cluster 32bits. Helm chart provided.
```bash
cd charts/kubedge && helm install kubedge . --values values.yaml --values values-arm32v7.yaml
```
### arm64v8
Deployment on KUBEDGE Raspberry PI Cluster 64bits. Helm chart provided.
```bash
cd charts/kubedge && helm install kubedge . --values values.yaml --values values-arm64v8.yaml
```
### amd64
Deployment on KUBEDGE CoreOS/Ubuntu Cluster. Helm chart provided.
```bash
cd charts/kubedge && helm install kubedge . --values values.yaml --values values-amd64.yaml
```