diff --git a/README.md b/README.md index f88bde96..2449ddc5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # kubectl trace +`kubectl trace` is a kubectl plugin that allows you to schedule the execution +of [bpftrace](https://github.com/iovisor/bpftrace) programs in your Kubernetes cluster. + +![Screenshot showing the read.bt program for kubectl-trace](docs/img/intro.png) + - [Installing](#installing) @@ -19,11 +24,6 @@ -`kubectl trace` is a kubectl plugin that allows you to schedule the execution -of [bpftrace](https://github.com/iovisor/bpftrace) programs in your Kubernetes cluster. - -![Screenshot showing the read.bt program for kubectl-trace](docs/img/intro.png) - ## Installing ### Source