I'm using Cloud composer to orchestrate my airflow instance but not sure how to install packages for the airflow worker bash.
Previously I was running airflow on a google compute engine instance using docker, it was easy to specify requirements via the docker make file.
As someone who is new to kubernetes and Cloud composer, I was wondering if there is something similar I could do for kubernetes/Cloud composer as I previously did for docker?
I looking to install lzop
for unix and also would need to update the gsutil boto config file with s3 credentials.
How do you pull a new docker image into kubernetes and recreate it for pods?
Sorry if my lingo is incorrect, this is new to me