Re: Docker Image Improvements for Kubernetes

2020-06-04 Thread Pierre Villard
Hi, That's really good feedback and I'm also doing similar things with my own k8s/contained based deployments. Let's try to see if there are low-hanging fruits that could be easily added in NiFi. Happy to look at / review pull requests if there are things you'd like to see upstream. Thanks,

Re: Docker Image Improvements for Kubernetes

2020-06-04 Thread Chris Sampson
I've been using NiFi's Docker image for a while now and thought a few notes from the things we've done might be useful for your work: - Using Docker Swarm (NiFi 1.9.2) - Had to add some property file updates as part of a custom Dockerfile build because the start.sh didn't cover

Docker Image Improvements for Kubernetes

2020-06-03 Thread Shawn Weeks
I’m working on deploying NiFi to Kubernetes and I’ve ran across several things that could be improved. 1. Currently flow.xml.gz is stored in ./conf by default which has been designated a Docker volume. In Kubernetes volumes are not pre-populated from the image so I’m left with some init