Skip to content

pixie-io/pixie-demos

Repository files navigation

pixie-demos

This demo shows how to use Pixie to perform canary analysis as part of a Argo Rollout. Canary Releases with Argo Rollouts and Pixie is the accompanying blog post for this 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.

Demo deployment to accompany the Detect Monero Miners with bpftrace blog post. Demo demonstrates how to use bpftrace and/or Pixie to detect Monero miners running in a Kubernetes cluster. Includes instructions to deploy a Monero miner for testing purposes.

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.

Resources for the Monitoring with Pixie AWS EKS Workshop.

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.

Instrument the internals of the Golang garbage collector with eBPF uprobes to visualize its behavior. Dumpster-diving the Go Garbage Collector is the accompanying blog post for this demo.

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.

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

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.

Demo OpenTelemetry collector to accompany the Export OpenTelemetry Data tutorial. This example collector outputs any data it receives to its logs.

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

Demo project to accompany the Dynamic Logging in Go tutorial.

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.

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.

This demo shows how to use Pixie to understand and detect data exfiltration from kubernetes clusters. Blog post coming soon.

Have questions? Need help?

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