logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Zahari Dichev
2023-04-19

tldr - powered by Generative AI

The speaker argues that the sidecar model is the right model for the service mesh and provides advantages in resource consumption, maintenance, and security. They also suggest exploring the use of ebpf in cloud native networking.
  • Sidecars have advantages in resource consumption, maintenance, and security compared to multi-tenant proxies
  • Popular beliefs about sidecars wasting resources and introducing extra latency are not entirely true
  • The speaker suggests exploring the use of ebpf in cloud native networking
Authors: James Holland
2022-10-24

tldr - powered by Generative AI

The presentation discusses the development of an open source ingestion system for the npm ecosystem using AWS eks and Tecton pipelines.
  • The system runs various checks on packages, including the Intel scorecard check and signature verification.
  • The system also checks for vulnerabilities and runs policy checks using Opa.
  • Failed packages are either denied or put into quarantine.
  • Provenance is created using Tecton chains and stored in DynamoDB.
  • The system is still in early alpha and feedback is welcome.