potiuk commented on a change in pull request #16014: URL: https://github.com/apache/airflow/pull/16014#discussion_r637579322
########## File path: docs/apache-airflow/production-deployment.rst ########## @@ -120,6 +120,12 @@ Production Container Images We provide :doc:`a Docker Image (OCI) for Apache Airflow <docker-stack:index>` 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 <https://helm.sh/>`__ provides a simple mechanism to deploy software to a Kubernetes cluster. We maintain +:doc:`official Helm chart <helm-chart:index>` for Airflow that helps you define, install, and upgrade deployment. Review comment: ```suggestion :doc:`official Helm chart <helm-chart:index>` for Airflow that helps you define, install, and upgrade deployment. The Helm Chart uses :doc:`official Docker image and Dockerfile <docker-stack:index>` that is also maintained and released by the community. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
