15장. GenericKafkaListenerConfigurationBootstrap schema reference
GenericKafkaListenerConfiguration에서 사용됨
GenericKafkaListenerConfigurationBootstrap 스키마 속성의 전체 목록
nodePort,host,loadBalancerIP 및 annotations 속성의 브로커 서비스는 GenericKafkaListenerConfigurationBroker 스키마 에 구성됩니다.
15.1. alternativeNames 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
부트스트랩 서비스의 대체 이름을 지정할 수 있습니다. 이름은 브로커 인증서에 추가되며 TLS 호스트 이름 확인에 사용할 수 있습니다. alternativeNames 속성은 모든 유형의 리스너에 적용됩니다.
추가 부트스트랩 주소로 구성된 외부 경로 리스너의 예
listeners:
#...
- name: external1
port: 9094
type: route
tls: true
authentication:
type: tls
configuration:
bootstrap:
alternativeNames:
- example.hostname1
- example.hostname2
# ...