https://github.com/kubedge/kubesim_base
Kubesim Base Components
https://github.com/kubedge/kubesim_base
arm32v7 arm64v8 cloud-native edge-computing golang helm helm-charts kubedge kubernetes raspberry-pi
Last synced: about 2 months ago
JSON representation
Kubesim Base Components
- Host: GitHub
- URL: https://github.com/kubedge/kubesim_base
- Owner: kubedge
- License: apache-2.0
- Created: 2018-10-07T05:51:46.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T01:33:23.000Z (over 1 year ago)
- Last Synced: 2025-09-07T07:20:57.163Z (10 months ago)
- Topics: arm32v7, arm64v8, cloud-native, edge-computing, golang, helm, helm-charts, kubedge, kubernetes, raspberry-pi
- Language: Go
- Homepage: https://kubedge.cloud
- Size: 426 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# kubesim_base
KUDEDGE Platform Simulator Code.
## 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.
### arm32v7
Deployment on KUBEDGE Raspberry PI Cluster. No Helm chart.
### amd64
Deployment on KUBEDGE CoreOS Cluster. No Helm chart.