Skip to content

Commit 82b7f8b

Browse files
authored
CFK-2226 Examples/playbooks for external access MRC (#222)
* mrc * remove bad files, fix comments * active pass SR info * fix port * various fixes * 7.4 image * copy searchscope changes * remove TLS on schema LB
1 parent 581e1cf commit 82b7f8b

File tree

86 files changed

+2357
-409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+2357
-409
lines changed

hybrid/multi-region-clusters/README.md

Lines changed: 9 additions & 396 deletions
Large diffs are not rendered by default.

hybrid/multi-region-clusters/external-access/README.md

Lines changed: 522 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
apiVersion: platform.confluent.io/v1beta1
2+
kind: ControlCenter
3+
metadata:
4+
name: controlcenter
5+
namespace: central
6+
spec:
7+
authorization:
8+
type: rbac
9+
configOverrides:
10+
server:
11+
- confluent.controlcenter.streams.consumer.client.rack=us-central1
12+
- confluent.controlcenter.streams.replication.factor=-1
13+
dataVolumeCapacity: 10Gi
14+
dependencies:
15+
kafka:
16+
authentication:
17+
jaasConfig:
18+
secretRef: credential
19+
type: plain
20+
bootstrapEndpoint: kafka.central.svc.cluster.local:9071,kafka-east.platformops.dev.gcp.devel.cpdev.cloud:9092,kafka-west.platformops.dev.gcp.devel.cpdev.cloud:9092
21+
tls:
22+
enabled: true
23+
mds:
24+
authentication:
25+
bearer:
26+
secretRef: c3-mds-client
27+
type: bearer
28+
endpoint: https://kafka.central.svc.cluster.local:8090
29+
tls:
30+
enabled: true
31+
tokenKeyPair:
32+
secretRef: mds-token
33+
schemaRegistry:
34+
tls:
35+
enabled: true
36+
url: https://schemaregistry.central.svc.cluster.local:8081,https://sr-east.platformops.dev.gcp.devel.cpdev.cloud:443,https://sr-west.platformops.dev.gcp.devel.cpdev.cloud:443
37+
image:
38+
application: confluentinc/cp-enterprise-control-center:7.4.0
39+
init: confluentinc/confluent-init-container:2.6.0
40+
replicas: 1
41+
tls:
42+
autoGeneratedCerts: true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
username=kafka
2+
password=kafka-secret
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
username=operator
2+
password=operator-secret

0 commit comments

Comments
 (0)