Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1019 Bytes

QUICK_START.md

File metadata and controls

34 lines (23 loc) · 1019 Bytes

Quick start

Kelemetry requires setting up the audit webhook for kube-apiserver. To try out Kelemetry, the easiest way is to create a new test cluster using the pre-made kind config we prepared for Kelemetry setup.

  1. Ensure the prerequisites are available:
  1. Run the quickstart scripts:
$ make kind quickstart
  1. Open http://localhost:16686 in your browser to view the trace output with Jaeger UI.

  2. Check out what happens when you deploy!

$ kubectl --context kind-tracetest create deployment hello --image=alpine:latest -- sleep infinity
deployment.apps/hello created

$ kubectl --context kind-tracetest scale deployment hello --replicas=5
deployment.apps/hello scaled

$ kubectl --context kind-tracetest set image deployments hello alpine=alpine:edge
deployment.apps/hello image updated

Search resource=deployments name=hello in Jaeger UI: