Skip to content

Commit 2af33e8

Browse files
author
Felix Hennig
committed
Minor changes
1 parent 9dc8734 commit 2af33e8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

modules/concepts/pages/service_discovery.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ data:
3535
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
3636
----
3737

38-
*The ConfigMap always has the same name as cluster resource.* Which allows Stackable operators as well as users to look up service connection information simply by the name of the product instance.
38+
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 whole configuration files which can then be mounted into a 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.
39+
40+
*The ConfigMap always has the same name as cluster resource.* Which allows Stackable operators as well as users to look up service connection information simply by the name of the product instance they want to connect to.
3941

4042
== Usage of the service discovery ConfigMap
4143

@@ -67,7 +69,7 @@ spec:
6769
...
6870
----
6971

70-
With the HdfsCluster name simple-hdfs, the hbase-operator looks up the discovery ConfigMap for the simple-hdfs HdfsCluster, retrieves the information it needs to configure Hbase and configures the simple-hbase instance.
72+
With the HdfsCluster name simple-hdfs, the HBase Operator looks up the discovery ConfigMap for the simple-hdfs HdfsCluster, retrieves the information it needs to configure Hbase and configures the simple-hbase instance.
7173

7274
=== Connect third-party products
7375

@@ -82,4 +84,10 @@ If you are already operating an HDFS instance, you can simply provide a ConfigMa
8284
[#whats-next]
8385
== What's next
8486

85-
Consult discovery ConfigMap documentation for specific products: HDFS, Hive, Kafka, OPA, ZooKeeper.
87+
Consult discovery ConfigMap documentation for specific products:
88+
89+
* xref:hdfs::discovery.adoc[Apache Hadoop HDFS]
90+
* xref:hive::discovery.adoc[Apache Hive]
91+
* xref:kafka::discovery.adoc[Apache Kafka]
92+
* xref:opa::discovery.adoc[OPA]
93+
* xref:zookeeper::discovery.adoc[Apache ZooKeeper]

0 commit comments

Comments
 (0)