mik-laj edited a comment on issue #14303:
URL: https://github.com/apache/airflow/issues/14303#issuecomment-792110944


   I think it is worth focusing on the following so that users can set up a 
minimal production environment:
   - **Images** - What images are used by this Helm Chart and what is their 
purpose? How to set up secrets to be able to pull images?
   - **Logging** - How to configure logging for jobs? A short section to remind 
the user that by default this doesn't work because we have a distributed 
environment.
   - **Database** - How to configure a connection to the SQL database? So that 
users do not try to use the default configuration as it is intended for testing 
only. It is worth mention that in addition to PostgresSQL, we also support 
MySQL. Additional points can be obtained for the description of the 
configuration of a mutual-SSL connection.
   - **PG Bouncer** -How and Why to use it?
   - **Network** - How to make the service available to the end user? Short 
description with links to relevant Kubernetes documentation.
   
   I think it's worth describing other things as well, but it's not necessary 
to publish the Helm Chart:
   - How to use Kerberos and how we protect the keytab from user code.
   - How to ensure an identity for the environment in major cloud providers eg. 
on GCP, we will use Workload Identiity.
   - StatsD - How and Why to use it? 


----------------------------------------------------------------
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]


Reply via email to