Since each PI acts a cloud node, you need to be able to install, manage, test and share the software. Kubedge leverages GitHub and GerritHub to share and review code, Travis-CI for continuous integration. One key aspect is to be able to build executables and docker image that can run on the broadcom processor of the PI. The docker images are available to download on dockerhub.
In order to build the present website, we had to understand how to use github pages and well as for instance the Hugo framework to convert the markdown documents into HTML.
Finally some of the operations are easier to run on your laptop, for instance the development of the software. Kubedge team did create an Ubuntu base virtual machine using an SDK.
This is devops/git_gerrit tutorial page
This is devops/cicd tutorial page
This is devops/hugo_githubpages tutorial page
This is devops/kubedgesdk tutorial page
This is pi_cluster/microservices tutorial page
Advanced tutorials and Work In Progress