Hi all,

I'm trying to curate a plan for production-grade installation for Ranger.
We want to deploy it on k8s alongside other Trino components we have.

1. Did anyone deploy a production grade installation of Ranger? (A.k.a
without hardcoded passwords, mTLS behind LB, etc). If so- could you share
details of the installation steps?

2. Currently I'm building 2.4.0 from source, and deploying via
ranger_in_docker
<https://github.com/apache/ranger/blob/master/ranger_in_docker> script. Is
it right to assume that once it's built, I can push the docker images to a
repo, use them for the k8s deployment and that's the majority of the
deployment? or am I missing something, a.k.a dependencies, configurations,
etc.

3. I see that solr and zookeeper are being deployed, although I don't see
where they're defined as a must (there's CORE_SERVICES definition in the
ranger_in_docker file but it's not defined there). How can I remove it? As
I don't see it's really mandatory for Ranger.

Thanks,
Hila

Reply via email to