This project is based on Edgemesh (v1.17.0)
We remove the loadbalancer policy of edgemesh.
In the special version of edgemesh for dayu system, we remove the fixed loadbalance mechanism, which forwards requests across corresponding nodes.
We decide the forwarding in scheduler of dayu system, thus unexpected forwarding action is dangerous to dayu.
clone repository
git clone https://github.com/dayu-autostreamer/dayu-edgemesh
deploy crds (specify the image if necessary)
kubectl apply -f build/crds/istio/
kubectl apply -f build/agent/resources/
check edgemesh is running
kubectl get pods -n kubeedge
clone repository
git clone https://github.com/dayu-autostreamer/dayu-edgemesh
Cross build edgemesh-agent and edgemesh-server image
make docker-cross-build