• Stars
    star
    193
  • Rank 194,068 (Top 4 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 3 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Demos for Pixie: github.com/pixie-io/pixie

pixie-demos

argo-rollouts-demo

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.

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.

detect-monero-demo

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.

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.

go-garbage-collector

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.

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.

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.

otel-collector

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

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.

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.

data-exfiltration-demo

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.