March 2020
Intermediate to advanced
626 pages
14h 45m
English
Installing Linkerd is simple and easy to do in a Kubernetes cluster. It begins with the installation of the Linkerd CLI, which is used to install Linkerd in a Kubernetes environment. At the time of writing, Linkerd 2.6.0 is the latest stable version, and we will use this version so that we're consistent with the exercises that we will be performing to understand and learn about Linkerd. Follow these steps to install Linkerd:
$ curl -Ls https://api.github.com/repos/linkerd/linkerd2/releases | grep tag_name
You will see stable-2.6.0 release in the list, and that is what ...
Read now
Unlock full access