|
37 | 37 | ZOOKEEPER: simple-zk-server-default-0.simple-zk-server-default.default.svc.cluster.local:2181,simple-zk-server-default-1.simple-zk-server-default.default.svc.cluster.local:2181 |
38 | 38 | ---- |
39 | 39 |
|
40 | | -The information needed to connect can be a string like above, for example a JDBC connect string: `jdbc:postgresql://localhost:12345`. But a ConfigMap can also contain multiple configuration files which can then be mounted into a client Pod. This is the case for xref:hdfs::discovery.adoc[HDFS], where the `core-site.xml` and `hdfs-site.xml` files are put into the discovery ConfigMap. |
| 40 | +The information needed to connect can be a string like above, for example a JDBC connect string: `jdbc:postgresql://localhost:12345`. But a ConfigMap can also contain multiple configuration files which can then be mounted into a client Pod. This is the case for xref:hdfs:discovery.adoc[HDFS], where the `core-site.xml` and `hdfs-site.xml` files are put into the discovery ConfigMap. |
41 | 41 |
|
42 | 42 | == Usage of the service discovery ConfigMap |
43 | 43 |
|
@@ -79,7 +79,7 @@ In general, use the name of the product instance to retrieve the ConfigMap and u |
79 | 79 |
|
80 | 80 | === Discovering services outside Stackable |
81 | 81 |
|
82 | | -It is not uncommon to already have some core software running in your stack, such as HDFS. If you want to use HBase with the Stackable operator, you can still connect your already existing HDFS instance. You will have to create the discovery ConfigMap for your already existing HDFS yourself. Looking at xref:hdfs::discovery.adoc[the discovery documentation for HDFS], you can see that the discovery ConfigMap for HDFS contains the `core-site.xml` and `hdfs-site.xml` files. |
| 82 | +It is not uncommon to already have some core software running in your stack, such as HDFS. If you want to use HBase with the Stackable operator, you can still connect your already existing HDFS instance. You will have to create the discovery ConfigMap for your already existing HDFS yourself. Looking at xref:hdfs:discovery.adoc[the discovery documentation for HDFS], you can see that the discovery ConfigMap for HDFS contains the `core-site.xml` and `hdfs-site.xml` files. |
83 | 83 |
|
84 | 84 | The ConfigMap should look something like this: |
85 | 85 |
|
@@ -114,9 +114,9 @@ spec: |
114 | 114 |
|
115 | 115 | Consult discovery ConfigMap documentation for specific products: |
116 | 116 |
|
117 | | -* xref:druid::discovery.adoc[Apache Druid] |
118 | | -* xref:hdfs::discovery.adoc[Apache Hadoop HDFS] |
119 | | -* xref:hive::discovery.adoc[Apache Hive] |
120 | | -* xref:kafka::discovery.adoc[Apache Kafka] |
121 | | -* xref:opa::discovery.adoc[OPA] |
122 | | -* xref:zookeeper::discovery.adoc[Apache ZooKeeper] |
| 117 | +* xref:druid:discovery.adoc[Apache Druid] |
| 118 | +* xref:hdfs:discovery.adoc[Apache Hadoop HDFS] |
| 119 | +* xref:hive:discovery.adoc[Apache Hive] |
| 120 | +* xref:kafka:discovery.adoc[Apache Kafka] |
| 121 | +* xref:opa:discovery.adoc[OPA] |
| 122 | +* xref:zookeeper:discovery.adoc[Apache ZooKeeper] |
0 commit comments