Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 667 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 667 Bytes

KubeCon EU 2024

Demo for https://kccnceu2024.sched.com/event/1YeSP

Usage

Create the demo environment with:

make demo

Generate some traffic with:

JWT_TOKEN=$(curl -s https://raw.githubusercontent.com/istio/istio/release-1.20/security/tools/jwt/samples/demo.jwt)

curl -v -H "Authorization: Bearer ${JWT_TOKEN}" --cacert _output/certs/kind-istio-cluster-1/cert-chain.pem \
    --resolve bookinfo.kubecon:31443:127.0.0.1 https://bookinfo.kubecon:31443/productpage

Visualize the traffic in Kiali (http://localhost:30201):

image

Clean up

Clean up the environment with:

make clean