Skip to content

Commit e203237

Browse files
committed
Refactor in-cluster deploying into a sub-section of deploying
We want to introduce a corresponding guide for off-cluster access at the same level. Signed-off-by: Robert Young <[email protected]>
1 parent 4abd4ab commit e203237

File tree

2 files changed

+41
-29
lines changed

2 files changed

+41
-29
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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]

docs/assemblies/assembly-operator-deploy-a-proxy.adoc

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,6 @@
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]

0 commit comments

Comments
 (0)