Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.44 KB

linkerd-installation

Generating certificates

step certificate create root.linkerd.cluster.local linkerd-control-plane/ca.crt linkerd-control-plane/ca.key \
--profile root-ca --no-password --insecure
step certificate create identity.linkerd.cluster.local linkerd-control-plane/issuer.crt linkerd-control-plane/issuer.key \
--profile intermediate-ca --not-after 8760h --no-password --insecure \
--ca linkerd-control-plane/ca.crt --ca-key linkerd-control-plane/ca.key

Install

just apply-all

Demo app

just emojivoto

Dashboard

linkerd viz dashboard

or open http://linkerd-viz.local:54321

just expect-backend-a
just expect-backend-b

cf.