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 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.
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 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.
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 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.
Please reach out on our Pixie Community Slack or file a GitHub issue.