Skip to content

mikutas/linkerd-installation

Repository files navigation

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.

About

Linkerd(v2) installation example

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages