All Projects → pixie-io → pixie

pixie-io / pixie

Licence: Apache-2.0 license
Instant Kubernetes-Native Application Observability

Programming Languages

C++
36643 projects - #6 most used programming language
go
31211 projects - #10 most used programming language
typescript
32286 projects
Starlark
911 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pixie

Kubesphere
The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️
Stars: ✭ 8,315 (+156.79%)
Mutual labels:  cncf, cloud-native, observability
pixie-demos
Demos for Pixie: github.com/pixie-io/pixie
Stars: ✭ 106 (-96.73%)
Mutual labels:  cncf, ebpf, pixie
ilogtail
Fast and Lightweight Observability Data Collector
Stars: ✭ 1,035 (-68.04%)
Mutual labels:  cloud-native, ebpf, observability
opentelemetry-js-api
OpenTelemetry Javascript API
Stars: ✭ 75 (-97.68%)
Mutual labels:  cncf, cloud-native, observability
Networking-and-Kubernetes
This is the code repo for Networking and Kubernetes: A Layered Approach. https://learning.oreilly.com/library/view/networking-and-kubernetes/9781492081647/
Stars: ✭ 103 (-96.82%)
Mutual labels:  gke, aks, eks
Pixie
Instant Kubernetes-Native Application Observability
Stars: ✭ 589 (-81.81%)
Mutual labels:  distributed-systems, minikube, ebpf
Falco
Cloud Native Runtime Security
Stars: ✭ 4,340 (+34.03%)
Mutual labels:  cncf, cloud-native, ebpf
k8s-istio-observe-frontend
Angular 12-based front-end UI for k8s Golang observability project: https://github.com/garystafford/k8s-istio-observe-backend/tree/2021-istio
Stars: ✭ 20 (-99.38%)
Mutual labels:  gke, observability, eks
multicloud
A multicloud demonstration presented at KubeCon 2019 EU featuring the Hipster Shop across AKS, GKE, and On-Premises
Stars: ✭ 13 (-99.6%)
Mutual labels:  gke, aks, eks
iskan
Kubernetes Native, Runtime Container Image Scanning
Stars: ✭ 35 (-98.92%)
Mutual labels:  gke, aks, eks
glossary
The CNCF Cloud Native Glossary Project aims to define cloud native concepts in clear and simple language, making them accessible to anyone — whether they have a technical background or not (https://glossary.cncf.io).
Stars: ✭ 442 (-86.35%)
Mutual labels:  cncf, cloud-native
hubble-ui
Observability & Troubleshooting for Kubernetes Services
Stars: ✭ 210 (-93.51%)
Mutual labels:  ebpf, observability
meshery-adapter-library
Library of common functionality for Meshery Adapters
Stars: ✭ 20 (-99.38%)
Mutual labels:  cncf, cloud-native
service-mesh-performance
Standardizing Service Mesh Value Measurement
Stars: ✭ 234 (-92.77%)
Mutual labels:  cncf, cloud-native
meshery
Meshery, the cloud native manager
Stars: ✭ 1,587 (-50.99%)
Mutual labels:  cncf, cloud-native
aya
Aya is an eBPF library for the Rust programming language, built with a focus on developer experience and operability.
Stars: ✭ 950 (-70.66%)
Mutual labels:  ebpf, observability
meetups
Repository to gather all presentations from all Nordic Cloud Native meetups
Stars: ✭ 43 (-98.67%)
Mutual labels:  cncf, cloud-native
inclavare-containers
A novel container runtime, aka confidential container, for cloud-native confidential computing and enclave runtime ecosystem.
Stars: ✭ 510 (-84.25%)
Mutual labels:  cncf, cloud-native
cilium-cli
CLI to install, manage & troubleshoot Kubernetes clusters running Cilium
Stars: ✭ 162 (-95%)
Mutual labels:  ebpf, observability
meshery.io
Site for Meshery, the cloud native management plane
Stars: ✭ 135 (-95.83%)
Mutual labels:  cncf, cloud-native

Pixie!


Docs Slack Twitter Mentioned in Awesome Kubernetes Mentioned in Awesome Go Build Status codecov FOSSA Status Artifact HUB CII Best Practices CLOMonitor


Pixie is an open source observability tool for Kubernetes applications. Use Pixie to view the high-level state of your cluster (service maps, cluster resources, application traffic) and also drill-down into more detailed views (pod state, flame graphs, individual full-body application requests).

Why Pixie?

Three features enable Pixie's magical developer experience:

  • Auto-telemetry: Pixie uses eBPF to automatically collect telemetry data such as full-body requests, resource and network metrics, application profiles, and more. See the full list of data sources here.

  • In-Cluster Edge Compute: Pixie collects, stores and queries all telemetry data locally in the cluster. Pixie uses less than 5% of cluster CPU, and in most cases less than 2%.

  • Scriptability: PxL, Pixie’s flexible Pythonic query language, can be used across Pixie’s UI, CLI, and client APIs.

Use Cases

Network Monitoring

Network Flow Graph


Use Pixie to monitor your network, including:

  • The flow of network traffic within your cluster.
  • The flow of DNS requests within your cluster.
  • Individual full-body DNS requests and responses.
  • A Map of TCP drops and TCP retransmits across your cluster.

For more details, check out the tutorial or watch an overview.


Infrastructure Health

Infrastructure Monitoring


Monitor your infrastructure alongside your network and application layer, including:

  • Resource usage by Pod, Node, Namespace.
  • CPU flamegraphs per Pod, Node.

For more details, check out the tutorial or watch an overview.


Service Performance

Service Performance


Pixie automatically traces a variety of protocols. Get immediate visibility into the health of your services, including:

  • The flow of traffic between your services.
  • Latency per service and endpoint.
  • Sample of the slowest requests for an individual service.

For more details, check out the tutorial or watch an overview.


Database Query Profiling

Database Query Profilling


Pixie automatically traces a number of different database protocols. Use Pixie to monitor the performance of your database requests:

  • Latency, error and throughput (LET) rate for all pods.
  • LET rate per normalized query.
  • Latency per individual full body query.
  • Individual full-body requests and responses.

For more details, check out the tutorial or watch an overview.


Request Tracing

Request Tracing


Pixie makes debugging this communication between microservices easy by providing immediate and deep (full-body) visibility into requests flowing through your cluster. See:


For more details, check out the tutorial or watch an overview.


Continuous Application Profiling

Continuous Application Profiling


Use Pixie's continuous profiling feature to identify performance issues within application code.


For more details, check out the tutorial or watch an overview.


Distributed bpftrace Deployment

Use Pixie to deploy a bpftrace program to all of the nodes in your cluster. After deploying the program, Pixie captures the output into a table and makes the data available to be queried and visualized int he Pixie UI. TCP Drops pictured. For more details, check out the tutorial or watch an overview.

Dynamic Go Logging

Debug Go binaries deployed in production environments without needing to recompile and redeploy. For more details, check out the tutorial or watch an overview.


Get Started

Request Tracing

It takes just a few minutes to install Pixie. To get started, check out the Install Guides.


Once installed, you can interact with Pixie using the:


Get Involved

Pixie is a community driven project; we welcome your contribution! For code contributions, please read our contribution guide.


Changelog

The changelog is stored in annotated git tags.

For vizier:

git for-each-ref refs/tags/release/vizier/$tagname --format='%(tag) %(contents)'

For the CLI:

git for-each-ref refs/tags/release/cli/$tagname --format='%(tag) %(contents)'

These are also published on the releases page.

Adopters

The known adopters and users of Pixie are listed here.

Software Bill of Materials

We publish a list of all the components Pixie depends on and the corresponding versions and licenses here.

About Pixie

Pixie was contributed by New Relic, Inc. to the Cloud Native Computing Foundation as a Sandbox project in June 2021.

License

Pixie is licensed under Apache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].