File tree Expand file tree Collapse file tree 2 files changed +41
-29
lines changed
Expand file tree Collapse file tree 2 files changed +41
-29
lines changed Original file line number Diff line number Diff line change 1+ // file included in the following:
2+ //
3+ // assembly-operator-deploy-a-proxy.adoc
4+
5+
6+ [id='assembly-operator-deploy-a-proxy-with-in-cluster-plain-ingress-{context}']
7+ = Deploying a proxy exposed to Kafka clients on the same Kubernetes Cluster
8+
9+ [role="_abstract"]
10+ Deploy a basic proxy instance with a single virtual cluster exposed to Kafka clients on the same Kubernetes cluster.
11+
12+ == Prerequisites
13+
14+ * The operator must be installed in the Kubernetes cluster
15+ * A Kafka cluster to be proxied
16+
17+ == The required resources
18+
19+ include::../modules/configuring/con-kafkaproxy.adoc[leveloffset=+2]
20+
21+ include::../modules/configuring/con-kafkaproxyingress-for-on-cluster-access.adoc[leveloffset=+2]
22+
23+ include::../modules/configuring/con-kafkaservice-by-bootstrap.adoc[leveloffset=+2]
24+
25+ include::../modules/configuring/con-virtualkafkacluster-tcp.adoc[leveloffset=+2]
26+
27+ // TODO
28+ // == Deploying the example proxy
29+ //
30+ // include::../modules/configuring/proc-deploying-example-proxy.adoc[leveloffset=+1]
31+ //
32+
33+ // configuring filters
34+ include::assembly-operator-configuring-kafkaprotocolfilters.adoc[leveloffset=+3]
35+
36+ // TODO
37+ // == Configuring a filter
38+ //
39+ // include::../modules/configuring/proc-configuring-filter.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change 77= Deploying a proxy
88
99[role="_abstract"]
10- Deploy a basic proxy instance with a single virtual cluster exposed to Kafka clients on the same Kubernetes cluster .
10+ This section provides a series of guides for deploying a proxy. We will explore different patterns for accessing the proxy .
1111
12- == Prerequisites
13-
14- * The operator must be installed in the Kubernetes cluster
15- * A Kafka cluster to be proxied
16-
17- == The required resources
18-
19- include::../modules/configuring/con-kafkaproxy.adoc[leveloffset=+2]
20-
21- include::../modules/configuring/con-kafkaproxyingress-for-on-cluster-access.adoc[leveloffset=+2]
22-
23- include::../modules/configuring/con-kafkaservice-by-bootstrap.adoc[leveloffset=+2]
24-
25- include::../modules/configuring/con-virtualkafkacluster-tcp.adoc[leveloffset=+2]
26-
27- // TODO
28- // == Deploying the example proxy
29- //
30- // include::../modules/configuring/proc-deploying-example-proxy.adoc[leveloffset=+1]
31- //
32-
33- // configuring filters
34- include::assembly-operator-configuring-kafkaprotocolfilters.adoc[leveloffset=+1]
35-
36- // TODO
37- // == Configuring a filter
38- //
39- // include::../modules/configuring/proc-configuring-filter.adoc[leveloffset=+1]
12+ include::assembly-operator-deploy-a-proxy-with-in-cluster-plain-ingress.adoc[leveloffset=+1]
You can’t perform that action at this time.
0 commit comments