Run the following commands:
- Remove the Linkerd control plane:
$ linkerd install --ignore-cluster | kubectl delete -f -
- Remove the booksapp and emojivoto applications:
$ kubectl delete ns linkerd-lab
namespace "linkerd-lab" deleted
$ kubectl delete ns emojivoto
namespace "emojivoto" deleted
Remember that by the time you read this book, new versions of Linkerd may be available with new features and functions. You can visit https://github.com/servicemeshbook/linkerd for updated Linkerd scripts.