Exception when attempting to create Namespaced Pod – Bad Request – Docker
I'm working with Airflow DAG and Kubernetes for the first time. I have a Python script that connects to AWS S3 and reads some files. This works fine if I run it in a Docker container/image using bash. But when…