Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didier-durand/microk8s-kubeedge
https://github.com/didier-durand/microk8s-kubeedge
edge-computing gce iot kubeedge microk8s
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/didier-durand/microk8s-kubeedge
- Owner: didier-durand
- License: apache-2.0
- Created: 2020-11-10T08:50:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T16:15:41.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T04:29:00.872Z (5 months ago)
- Topics: edge-computing, gce, iot, kubeedge, microk8s
- Language: Shell
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KubeEdge on MicroK8s
This repo is WIP (Work In Progress) as of now
Its aim is to provide a fully automated install of the KubeEdge components on 2 separate Google Cloud Engine (GCE) instances: 1 for CloudCore
and for EdgeCore.Currently working on a solution for [issue #2362](https://github.com/kubeedge/kubeedge/issues/2362)
**[UPDATE]** Solution has been provided by the KubeEdge team: the initial security token must be obtained via 'keadm gettoken' on cloud side (after 'keadm init')
and then used on edge side in keadm init 'via --token='. The latest version [microk8s-kubeedge.sh](https://github.com/didier-durand/microk8s-kubeedge/blob/main/sh/microk8s-kubeedge.sh)
integrates this additional code.If you wanna dig into the details [issue #2362](https://github.com/kubeedge/kubeedge/issues/2362):
1. Structured log of failing execution is [here](https://github.com/didier-durand/microk8s-kubeedge/runs/1442253504) when you're signed in with your GitHub account
2. Raw log of failing execution is accessible via top right menu of the page linked in previous bullet : go to "..." > View Raw Logs
3. Shell script generating those logs is [microk8s-kubeedge.sh](https://github.com/didier-durand/microk8s-kubeedge/blob/main/sh/microk8s-kubeedge.sh)For further details, please, check the official Git [repository of KubeEdge](https://github.com/kubeedge/kubeedge)
Feel free to fork and reuse this repo already. But, rather come back until we get it to work to obtain complete version.