Skip to content

Instantly share code, notes, and snippets.

View alex-egorov's full-sized avatar

A*** E*** alex-egorov

View GitHub Profile
@alex-egorov
alex-egorov / kubectl-plugins.md
Created August 23, 2021 20:49
kubectl plugins

Steps to install BCC and bpftrace from source on Ubuntu 18.04.

BCC

Install build dependencies

sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
  libllvm6.0 llvm-6.0-dev libclang-6.0-dev python zlib1g-dev libelf-dev \
 iperf3 luajit libluajit-5.1-dev netperf linux-headers-$(uname -r)