Skip to content

MetinSeylan/linkerd-gdg-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-Check

linkerd check --pre

Basic Install LinkerD

linkerd install | kubectl apply -f -

Check Deployments

kubectl get deploy -n linkerd

Dashboard

linkerd dashboard

Install Demo App

linkerd inject booksapp.yaml | kubectl apply -f -

CRD for routes

linkerd profile --open-api swagger/webapp.swagger webapp | kubectl apply -f -
linkerd profile --open-api swagger/books.swagger books | kubectl apply -f -
linkerd profile --open-api swagger/authors.swagger authors | kubectl apply -f -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published