apache/airflow

Support Native Kubernetes sidecars in our Chart

Open

#35.154 aberto em 24 de out. de 2023

Ver no GitHub
 (6 comments) (0 reactions) (1 assignee)Python (16.781 forks)batch import
area:helm-chartgood first issuekind:meta

Métricas do repositório

Stars
 (44.809 stars)
Métricas de merge de PR
 (Mesclagem média 7d 18h) (834 fundiu PRs em 30d)

Description

Body

The 1.28 version of K8S introduce "naative sidecars" https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/ which - with implementation of KEP-753 finally solve the long standing problem of sidecar lifetime management, where exiting the main container would not stop the POD where sidecar container is still running. We could likely also use some more features of sidecars.

Implementing some of our sidecars (for example kerberos, but also other sidecars that we currently use) would sovle the problems of side-car containers not being killed when main container shuts down, allowing to have better self-maintained k8s deployment.

It would be great to review our helm chart and apply the new sidecar pattern (for k8s >= 1.28).

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.

Guia do colaborador