Skip to content

Commit

Permalink
docs: admin partition and DNS clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
jkirschner-hashicorp authored Aug 29, 2023
1 parent f8812ed commit bd136d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/content/docs/enterprise/admin-partitions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ Only resources in the `default` admin partition will be replicated to secondary

### DNS Queries

Client agents will be configured to operate within a specific admin partition. The DNS interface will only return results for the admin partition within the scope of the client.
The DNS interface returns results for a single admin partition.
The query may explicitly specify the admin partition to use in the lookup.
If no admin partition is specified in the query,
the lookup uses the admin partition of the Consul agent acting as the DNS server.
Server agents always exist within the `default` admin partition.
Client agents are configured to operate within a specific admin partition.

### Service Mesh Configurations

Expand Down

0 comments on commit bd136d1

Please sign in to comment.