-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathport_notes.txt
More file actions
34 lines (16 loc) · 1.04 KB
/
Copy pathport_notes.txt
File metadata and controls
34 lines (16 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{ org.apache.kafka.common.security.scram.ScramLoginModule required username="tierlenticar" password="xx45VsQ75WqgVatykHUw8Xze"}
SSL:9095,PLAINTEXT:9093,SASL_SSL:9096
JMX Port 9099
To communicate with with a cluster in plaintext, use port 9092.
To communicate with a cluster by using TLS encryption, use port 9094.
SASL_SSL 9096
To communicate with a cluster that is set up to use IAM access control, use port 9098.
Apache ZooKeeper nodes use port 2181 Plaintext 2182 TLS
192.168.0.0/16 EKS VPC CIDR
10.0.0.0/22 MSK VPC CIDR
listener.name.sasl_ssl.scram-sha-512.sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="tierlenticar" password="xx45VsQ75WqgVatykHUw8Xze";
# worked!
org.apache.kafka.common.security.scram.ScramLoginModule required username="tierlenticar" password="xx45VsQ75WqgVatykHUw8Xze";
Amazon MSK uses port 11001 for the JMX Exporter and port 11002 for the Node Exporter.
helm install --create-namespace -n cmak-ns mycmak cmak/cmak-operator
kubectl port-forward -n cmak-ns service/cmak 9000:9000