pixie-io / pixie

Instant Kubernetes-Native Application Observability
https://px.dev
Apache License 2.0
5.49k stars 424 forks source link

EKS Fargate Support #263

Open cobookman opened 3 years ago

cobookman commented 3 years ago

Is your feature request related to a problem? Please describe. Pixie support the EKS-Fargate runtime. https://docs.aws.amazon.com/eks/latest/userguide/fargate.html

Describe the solution you'd like Pixie be installable on EKS-Fargate

Describe alternatives you've considered NA

Additional context Fargatge with EKS does not currently allow daemonsets

Daemonsets are not supported on Fargate. If your application requires a daemon, you should reconfigure that daemon to run as a sidecar container in your pods.

https://docs.aws.amazon.com/eks/latest/userguide/fargate.html

isaevdan commented 3 years ago

Would be nice to have!

htroisi commented 2 years ago

Pixie uses eBPF to automatically capture telemetry data and so we're blocked on Fargate's current incompatibility with eBPF: https://github.com/aws/containers-roadmap/issues/1027.