diff --git a/docs/apache-airflow/kubernetes.rst b/docs/apache-airflow/kubernetes.rst index b5a145b3bdade..873fb006662ff 100644 --- a/docs/apache-airflow/kubernetes.rst +++ b/docs/apache-airflow/kubernetes.rst @@ -20,6 +20,15 @@ Kubernetes ---------- +Apache Airflow aims to be a very Kubernetes-friendly project, and many users run Airflow +from within a Kubernetes cluster in order to take advantage of the increased stability +and autoscaling options that Kubernetes provides. + +Helm Chart for Kubernetes +========================= + +We maintain :doc:`official Helm chart ` for Airflow that helps you define, install, and upgrade deployment. The Helm Chart uses :doc:`official Docker image and Dockerfile ` that is also maintained and released by the community. + Kubernetes Executor ^^^^^^^^^^^^^^^^^^^ diff --git a/docs/apache-airflow/production-deployment.rst b/docs/apache-airflow/production-deployment.rst index ecc6077d81ea5..66b7370765001 100644 --- a/docs/apache-airflow/production-deployment.rst +++ b/docs/apache-airflow/production-deployment.rst @@ -120,6 +120,12 @@ Production Container Images We provide :doc:`a Docker Image (OCI) for Apache Airflow ` for use in a containerized environment. Consider using it to guarantee that software will always run the same no matter where it’s deployed. +Helm Chart for Kubernetes +========================= + +`The Helm `__ provides a simple mechanism to deploy software to a Kubernetes cluster. We maintain +:doc:`official Helm chart ` for Airflow that helps you define, install, and upgrade deployment. The Helm Chart uses :doc:`official Docker image and Dockerfile ` that is also maintained and released by the community. + .. _production-deployment:kerberos: Kerberos-authenticated workers @@ -145,7 +151,7 @@ token refresher and worker are part of the same Pod. Only the Kerberos side-car Keytab secret and both containers in the same Pod share the volume, where temporary token is written by the side-care container and read by the worker container. -This concept is implemented in the development version of the Helm Chart that is part of Airflow source code. +This concept is implemented in :doc:`the Helm Chart for Apache Airflow `. .. spelling::