sijie commented on issue #6236: URL: https://github.com/apache/pulsar/issues/6236#issuecomment-616385469
@skyrocknroll Our helm chart provides the capability of enabling the TLS between components. https://github.com/streamnative/charts You can use them as a reference. - Configure TLS on bookies: https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/bookkeeper-configmap.yaml#L42 https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/_bookkeeper.tpl#L92 - Configure brokers connect to bookies using TLS https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/broker-configmap.yaml#L129 - Configure TLS on zookeeper (make sure zookeeper SSL settings are loaded in java system properties when running zookeeper) https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/keytool.yaml#L96 - Configure bookkeeper or broker to connect to zookeeper using TLS (make sure zookeeper SSL settings are loaded in java system properties when running zookeeper) https://github.com/streamnative/charts/blob/master/charts/pulsar/templates/keytool.yaml#L91 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
