Member since
09-21-2022
1
Post
0
Kudos Received
0
Solutions
09-21-2022
03:46 AM
Hi @Robybrown, I was facing with similar issue. You need to enable cert manager and let it generate internal nifi certificates for each node. Tricky part is, that hostname is limited to 64 bytes (64 characters), so cert manager can throw an error, that hostname is to long. This can be overriden by "fullnameOverride" property to make it shorter for example. Next step should be sticky sessions configuration on ingress level.
... View more