Skip to content

Commit 106af00

Browse files
committed
Merge branch 'kibana-b' into cusumer-lag-exporter
2 parents 39f0c06 + 0695d47 commit 106af00

File tree

11 files changed

+23
-70
lines changed

11 files changed

+23
-70
lines changed

examples/monitoring/confluent/control-centre.yaml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,26 @@ metadata:
55
spec:
66
authorization:
77
type: rbac
8-
tls:
9-
secretRef: tls-group1
108
dependencies:
119
kafka:
1210
bootstrapEndpoint: kafka.sandbox.svc.cluster.local:9071
1311
authentication:
1412
type: plain
1513
jaasConfig:
1614
secretRef: mds-client-connect
17-
tls:
18-
enabled: true
1915
mds:
20-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
16+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
2117
tokenKeyPair:
2218
secretRef: mds-public
2319
authentication:
2420
type: bearer
2521
bearer:
2622
secretRef: mds-client-c3
27-
tls:
28-
enabled: true
2923
connect:
3024
- name: connect
31-
url: https://connect.sandbox.svc.cluster.local:8083
32-
tls:
33-
enabled: true
25+
url: http://connect.sandbox.svc.cluster.local:8083
3426
ksqldb:
3527
- name: ksqldb
36-
url: https://ksqldb.sandbox.svc.cluster.local:8088
37-
tls:
38-
enabled: true
28+
url: http://ksqldb.sandbox.svc.cluster.local:8088
3929
schemaRegistry:
40-
url: https://schemaregistry.sandbox.svc.cluster.local:8081
41-
tls:
42-
enabled: true
30+
url: http://schemaregistry.sandbox.svc.cluster.local:8081

examples/monitoring/confluent/kafka-connect.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ kind: Connect
44
metadata:
55
name: connect
66
spec:
7-
tls:
8-
secretRef: tls-group1
97
authorization:
108
type: rbac
119
dependencies:
@@ -15,10 +13,8 @@ spec:
1513
type: plain
1614
jaasConfig:
1715
secretRef: mds-client-connect
18-
tls:
19-
enabled: true
2016
mds:
21-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
17+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
2218
tokenKeyPair:
2319
secretRef: mds-public
2420
authentication:

examples/monitoring/confluent/kafka.yaml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,33 @@ metadata:
66
spec:
77
configOverrides:
88
server:
9-
- confluent.schema.registry.url=https://schemaregistry.sandbox.svc.cluster.local:8081
9+
- confluent.schema.registry.url=http://schemaregistry.sandbox.svc.cluster.local:8081
1010
- listener.name.internal.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
1111
- listener.name.external.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
1212
- listener.name.replication.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
13-
tls:
14-
secretRef: tls-group1
1513
metricReporter:
1614
enabled: true
1715
authentication:
1816
type: plain
1917
jaasConfigPassThrough:
2018
secretRef: broker-credential
21-
tls:
22-
enabled: true
2319
listeners:
2420
internal:
2521
authentication:
2622
type: plain
2723
jaasConfigPassThrough:
2824
secretRef: broker-credential
29-
tls:
30-
enabled: true
3125
external:
3226
authentication:
3327
type: plain
3428
jaasConfigPassThrough:
3529
secretRef: broker-credential
36-
tls:
37-
enabled: true
3830
authorization:
3931
type: rbac
4032
superUsers:
4133
- User:kafka
4234
services:
4335
mds:
44-
tls:
45-
enabled: true
4636
tokenKeyPair:
4737
secretRef: broker-credential
4838
provider:
@@ -53,8 +43,6 @@ spec:
5343
type: simple
5444
simple:
5545
secretRef: broker-credential
56-
tls:
57-
enabled: true
5846
configurations:
5947
groupNameAttribute: cn
6048
groupObjectClass: groupOfNames
@@ -72,10 +60,9 @@ spec:
7260
bearer:
7361
secretRef: broker-credential
7462
zookeeper:
75-
endpoint: zookeeper.sandbox.svc.cluster.local:2182
63+
endpoint: zookeeper.sandbox.svc.cluster.local:2181
7664
authentication:
7765
type: digest
7866
jaasConfig:
7967
secretRef: broker-credential
80-
tls:
81-
enabled: true
68+

examples/monitoring/confluent/ksqldb.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,18 @@ metadata:
66
spec:
77
authorization:
88
type: rbac
9-
tls:
10-
secretRef: tls-group1
119
dependencies:
1210
kafka:
1311
bootstrapEndpoint: kafka.sandbox.svc.cluster.local:9071
1412
authentication:
1513
type: plain
1614
jaasConfig:
1715
secretRef: mds-client-connect
18-
tls:
19-
enabled: true
2016
mds:
21-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
17+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
2218
tokenKeyPair:
2319
secretRef: mds-public
2420
authentication:
2521
type: bearer
2622
bearer:
2723
secretRef: mds-client-ksqldb
28-
tls:
29-
enabled: true

examples/monitoring/confluent/schema-registry.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,18 @@ metadata:
55
spec:
66
authorization:
77
type: rbac
8-
tls:
9-
secretRef: tls-group1
108
dependencies:
119
kafka:
1210
bootstrapEndpoint: kafka.sandbox.svc.cluster.local:9071
1311
authentication:
1412
type: plain
1513
jaasConfig:
1614
secretRef: mds-client-sr
17-
tls:
18-
enabled: true
1915
mds:
20-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
16+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
2117
tokenKeyPair:
2218
secretRef: mds-public
2319
authentication:
2420
type: bearer
2521
bearer:
2622
secretRef: mds-client-sr
27-
tls:
28-
enabled: true

examples/monitoring/confluent/zookeeper.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ spec:
77
type: digest
88
jaasConfig:
99
secretRef: zk-credential
10-
tls:
11-
secretRef: tls-group1

examples/monitoring/producer/kafka-client-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
data:
3-
kafka.properties: Ym9vdHN0cmFwLnNlcnZlcnM9a2Fma2Euc2FuZGJveC5zdmMuY2x1c3Rlci5sb2NhbDo5MDcxCnNhc2wuamFhcy5jb25maWc9b3JnLmFwYWNoZS5rYWZrYS5jb21tb24uc2VjdXJpdHkucGxhaW4uUGxhaW5Mb2dpbk1vZHVsZSByZXF1aXJlZCB1c2VybmFtZT1rYWZrYSBwYXNzd29yZD1rYWZrYS1zZWNyZXQ7CnNhc2wubWVjaGFuaXNtPVBMQUlOCnNlY3VyaXR5LnByb3RvY29sPVNBU0xfU1NMCnNzbC50cnVzdHN0b3JlLmxvY2F0aW9uPS9tbnQvc3NsY2VydHMvdHJ1c3RzdG9yZS5wMTIKc3NsLnRydXN0c3RvcmUucGFzc3dvcmQ9bXlzdG9yZXBhc3N3b3Jk
3+
kafka.properties: Ym9vdHN0cmFwLnNlcnZlcnM9a2Fma2Euc2FuZGJveC5zdmMuY2x1c3Rlci5sb2NhbDo5MDcxCnNhc2wuamFhcy5jb25maWc9b3JnLmFwYWNoZS5rYWZrYS5jb21tb24uc2VjdXJpdHkucGxhaW4uUGxhaW5Mb2dpbk1vZHVsZSByZXF1aXJlZCB1c2VybmFtZT1rYWZrYSBwYXNzd29yZD1rYWZrYS1zZWNyZXQ7CnNhc2wubWVjaGFuaXNtPVNBU0xfUExBSU5URVhUCnNlY3VyaXR5LnByb3RvY29sPVNBU0xfUExBSU5URVhUCg==
44
kind: Secret
55
metadata:
66
creationTimestamp: null
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
bootstrap.servers=kafka.sandbox.svc.cluster.local:9071
22
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username=kafka password=kafka-secret;
3-
sasl.mechanism=PLAIN
4-
security.protocol=SASL_SSL
5-
ssl.truststore.location=/mnt/sslcerts/truststore.p12
6-
ssl.truststore.password=mystorepassword
3+
sasl.mechanism=SASL_PLAINTEXT
4+
security.protocol=SASL_PLAINTEXT

examples/monitoring/producer/source-topic.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
type: bearer
1515
bearer:
1616
secretRef: mds-client-c3
17-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
17+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
1818
configs:
1919
cleanup.policy: "delete"
2020
---
@@ -33,7 +33,7 @@ spec:
3333
type: bearer
3434
bearer:
3535
secretRef: mds-client-c3
36-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
36+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
3737
configs:
3838
cleanup.policy: "delete"
3939
---
@@ -52,7 +52,7 @@ spec:
5252
type: bearer
5353
bearer:
5454
secretRef: mds-client-c3
55-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
55+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
5656
configs:
5757
cleanup.policy: "delete"
5858
---
@@ -71,7 +71,7 @@ spec:
7171
type: bearer
7272
bearer:
7373
secretRef: mds-client-c3
74-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
74+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
7575
configs:
7676
cleanup.policy: "delete"
7777
---
@@ -90,7 +90,7 @@ spec:
9090
type: bearer
9191
bearer:
9292
secretRef: mds-client-c3
93-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
93+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
9494
configs:
9595
cleanup.policy: "delete"
9696
---
@@ -109,7 +109,7 @@ spec:
109109
type: bearer
110110
bearer:
111111
secretRef: mds-client-c3
112-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
112+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
113113
configs:
114114
cleanup.policy: "delete"
115115
---
@@ -128,7 +128,7 @@ spec:
128128
type: bearer
129129
bearer:
130130
secretRef: mds-client-c3
131-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
131+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
132132
configs:
133133
cleanup.policy: "delete"
134134
---
@@ -147,6 +147,6 @@ spec:
147147
type: bearer
148148
bearer:
149149
secretRef: mds-client-c3
150-
endpoint: https://kafka.sandbox.svc.cluster.local:8090
150+
endpoint: http://kafka.sandbox.svc.cluster.local:8090
151151
configs:
152152
cleanup.policy: "delete"

examples/monitoring/prometheus/kafka-exporter/deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ spec:
2727
containers:
2828
- args:
2929
- '--log.level=info'
30-
- '--kafka.server=kafka:9092'
30+
- '--kafka.server=kafka:9071'
3131
- '--sasl.enabled'
3232
- '--sasl.username=kafka'
3333
- '--sasl.password=kafka-secret'
3434
- '--sasl.mechanism=plain'
35-
- '--tls.enabled'
36-
- '--tls.insecure-skip-tls-verify'
3735
env:
3836
[]
3937
name: prometheus-kafka-exporter

0 commit comments

Comments
 (0)