Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

mclenhard/ebpf-summit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with BCC on K8's - eBPF summit 2021

This repo represents a simple skeleton to get up and running with bcc on k8's

Build the docker images

build the app image docker build . -t repo/example-tool-name

build the init image docker build -f init/Dockerfile -t repo/bcc-linux-headers

push your images ex: docker push repo/example-tool-name

Create the daemonset

If you are using your own container repo and images make sure to update the containers in the deployment file.

kubectl apply -f deployment.yaml

questions or improvements

email: matt@containiq.com

Thanks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published