Linkerd2
Deployment
$ linkerd install | kubectl apply -f -
// followed by service and pod status checks using the commands below
$ kubectl -n linkerd get svc
$ kubectl -n linkerd get pod Dashboard
$ linkerd dashboard
Sample Application
References
最后更新于