logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Omid Azizi, Matthew LeRay
2022-05-19

tldr - powered by Generative AI

The presentation discusses the use of Pixie and Kubernetes in DevOps to improve pipeline management and prevent production app failures.
  • Pixie and Kubernetes can be used to extract traffic data and generate curl scripts for testing and load testing.
  • GitHub actions can be used to automate the deployment of services and run curl commands against them to prevent production app failures.
  • Pixie and Kubernetes can also be used to monitor and optimize service performance.
  • The presentation provides anecdotes and examples to illustrate the use of Pixie and Kubernetes in DevOps.
Authors: Zain Asgar, Natalie Serrino
2021-10-15

tldr - powered by Generative AI

Pixie, an open-source observability platform for Kubernetes, can be used to turn low-level telemetry data into high-level signals about system health and automate workflows.
  • Observability in cloud-native applications is a data analytics problem
  • Pixie uses automated telemetry using eBPF to capture application, network, and infrastructure data with low overhead
  • Pixie is 100% scriptable and API-driven, allowing for infrastructure as code and easy integration with downstream tools
  • Pixie can be used to generate high-level signals about system health and automate workflows, such as detecting SQL injections and K8s deployment autoscaling