Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

May I use env variable in nifi.properties file?

avatar
Expert Contributor

Hello,

Let's say we have env variable HOSTNAME

May I set below in nifi.properties file?

nifi.web.http.host=$HOSTNAME

Thanks.

1 ACCEPTED SOLUTION

avatar

@Alvin Jin

No, that will not work.

View solution in original post

5 REPLIES 5

avatar

@Alvin Jin

No, that will not work.

avatar
Expert Contributor

Thanks. I am working on setup NiFi cluster in Kubernetes.

Any suggestions on that?

avatar
@Alvin Jin

What are K8s? A server type, an OS?

avatar
Super Mentor

@Alvin Jin

I am not familiar with what K8 is...

I suggest starting a new question rather then adding to this existing question so that it gets full exposure to the community.

I would also suggest providing as much detail as you can about the use case for your question.

Thanks,

Matt

avatar
Expert Contributor

Kubernetes(K8s) is a tool to deploy and manage Docker containers.

I'd like to manage NiFi docker containers in Kubernetes cluster.

I will create another topic for this. Thanks.