Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 2.61 KB

README.md

File metadata and controls

54 lines (28 loc) · 2.61 KB

pixie-demos

custom-k8s-metrics-demo

This demo project shows how to use Pixie to autoscale the number of pods in your Kubernetes deployment based on request throughput, without any code changes. Horizontal Pod Autoscaling with Custom Metrics in Kubernetes is the accompanying blog post.

ebpf-profiler

Demo project to accompany the Building a Continuous Profiler Part 2: A Simple eBPF-Based Profiler blog post. This CPU performance profiler project shows how to get sample stack traces for performance profiling, using eBPF.

eks-workshop

Resources for the Monitoring with Pixie AWS EKS Workshop.

endpoint-deprecation

Want to deprecate an API? Use Pixie to quickly determine:

  • Is this endpoint used?
  • Who is using this endpoint?

Can I deprecate this endpoint? is the accompanying blog post for this demo.

k8s-cost-estimation

Use Pixie to estimate the cost of hosting your Kubernetes cluster.

openssl-tracer

Demo project to accompany the Debugging with eBPF Part 3: Tracing SSL/TLS connections blog post. This is a basic example of how to trace the OpenSSL library using eBPF. This tracer uses BCC to deploy the eBPF probes.

simple-gotracing

Demo project to accompany the Dynamic Logging in Go tutorial.

slack-alert-app

Demo project to accompany the Slack Alerts using the Pixie API tutorial. This demo project creates a Slackbot that reports the number of HTTP errors per service in your cluster.

sql-injection-demo

Demo project to accompany the Detect SQL injections with Pixie blog post. This demo shows how to use Pixie to detect SQL injections on a Kubernetes application.

react-table

Demo project to accompany the Tables are Hard, Part 2: Building a Simple Data Table in React blog post. Interactive demo: github.io.

http2-tracing

Demo project to accompany the Observing HTTP/2 Traffic is Hard, but eBPF Can Help blog post. This is a basic example of how to trace HTTP/2 messages using eBPF uprobes.

Have questions? Need help?

Please reach out on our Pixie Community Slack or file a GitHub issue.