编译构建
Prerequisites
Kmesh Cluster Startup Mode
Starting deployment based on container images
- Obtain the container image and load it to the cluster.
[root@dev Kmesh]# docker load -i kmesh-1.0.1.tar
-
Start Kmesh.
-
Start the Kmesh container.
[root@dev Kmesh]# docker run -itd --privileged=true -v /mnt:/mnt -v /sys/fs/bpf:/sys/fs/bpf -v /lib/modules:/lib/modules --name kmesh kmesh:1.0.1
- Start Kmesh in daemonset mode.
[root@dev Kmesh]# kubectl apply -f kmesh.yaml