Install a sample application and Mesh it using Linkerd | Linkerd tutorial | Troubleshooting app

Описание к видео Install a sample application and Mesh it using Linkerd | Linkerd tutorial | Troubleshooting app

This video demonstrates how to install a demo application called Emojivoto and then mesh it with Linkerd. Emojivoto is a simple standalone Kubernetes application that uses a mix of gRPC and HTTP calls to allow the user to vote on their favorite emojis. This application is a little broken! These are intentional and we will see how to troubleshoot such issues with the help of Linkerd. We will also validate whether mTLS is in effect!

Reference: https://linkerd.io/2.11/getting-started/

Install Emojivoto into the emojivoto namespace by running:

curl -fsL https://run.linkerd.io/emojivoto.yml | kubectl apply -f -

Mesh you Emojivoto application by running:

kubectl get -n emojivoto deploy -o yaml \
| linkerd inject - \
| kubectl apply -f -

Install the viz extension by running:

linkerd viz install | kubectl apply -f -

Launch the dashboard by running:

linkerd viz dashboard &

#linkerd #installlinkerd #kubernetes #servicemesh #k8s #tutorial

Комментарии

Информация по комментариям в разработке