Skip to content

Commit 538207f

Browse files
authored
Merge pull request #53878 from ShaunaDiaz/OSDOCS-4439
OSDOCS-4439: Adding info on mDNS in MicroShift
2 parents 53086fa + fec375b commit 538207f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

microshift_networking/microshift-networking.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ include::modules/microshift-http-proxy.adoc[leveloffset=+1]
2323
include::modules/microshift-cri-o-container-runtime.adoc[leveloffset=+1]
2424
include::modules/microshift-ovs-snapshot.adoc[leveloffset=+1]
2525
include::modules/microshift-firewall-config.adoc[leveloffset=+1]
26+
include::modules/microshift-mDNS.adoc[leveloffset=+1]

modules/microshift-mDNS.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * microshift_networking/microshift-networking.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="microshift-mDNS_{context}"]
7+
== The multicast DNS protocol
8+
The multicast DNS protocol (mDNS) allows name resolution and service discovery within a Local Area Network (LAN) using multicast exposed on the `5353/UDP` port.
9+
10+
{product-title} includes an embedded mDNS server for deployment scenarios in which the authoritative DNS server cannot be reconfigured to point clients to services on {product-title}. The embedded DNS server allows `.local` domains exposed by {product-title} to be discovered by other elements on the LAN.

0 commit comments

Comments
 (0)