Skip to content

Commit

Permalink
Merge branch 'main' into docs/dyu-release-notes-115
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yu authored Mar 1, 2023
2 parents af1b999 + 1f422f3 commit 63e926b
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: docs
page_title: Health Check Configuration Reference
page_title: Health check configuration reference
description: ->
Use the health checks to direct safety functions, such as removing failing nodes and replacing secondary services. Learn how to configure health checks.
---

# Health Check Configuration Reference
# Health check configuration reference

This topic provides configuration reference information for health checks. For information about the different kinds of health checks and guidance on defining them, refer to [Define Health Checks].

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
layout: docs
page_title: Services Configuration Overview
page_title: Services configuration overview
description: ->
This topic provides introduces the configuration items that enable you to register services with Consul so that they can connect to other services and nodes registered with Consul.
---
# Services Configuration Overview

# Services configuration overview

This topic provides introduces the configuration items that enable you to register services with Consul so that they can connect to other services and nodes registered with Consul.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
page_title: Service Configuration Reference
layout: docs
page_title: Service configuration reference
description: Use the service definition to configure and register services to the Consul catalog, including services used as proxies in a Consul service mesh
---

# Services Configuration Reference
# Services configuration reference

This topic describes the options you can use to define services for registering them with Consul. Refer to the following topics for usage information:

Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/services/discovery/dns-configuration.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: docs
page_title: Configure Consul DNS Behavior
page_title: Configure Consul DNS behavior
description: ->
Learn how to modify the default DNS behavior so that services and nodes can easily discover other services and nodes in your network.
---

# Configure Consul DNS Behavior
# Configure Consul DNS behavior

This topic describes the default behavior of the Consul DNS functionality and how to customize how Consul performs queries.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
layout: docs
page_title: Enable Dynamic DNS Queries
page_title: Enable dynamic DNS queries
description: ->
Learn how to dynamically query the Consul DNS using prepared queries, which enable robust service and node lookups.
---

# Enable Dynamic DNS Queries
# Enable dynamic DNS aueries

This topic describes how to dynamically query the Consul catalog using prepared queries. Prepared queries are configurations that enable you to register a complex service query and execute it on demand. For information about how to perform standard node and service lookups, refer to [Perform Static DNS Queries](/consul/docs/services/discovery/dns-static-lookups).

## Introduction
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/services/discovery/dns-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: docs
page_title: DNS Usage Overview
page_title: DNS usage overview
description: >-
For service discovery use cases, Domain Name Service (DNS) is the main interface to look up, query, and address Consul nodes and services. Learn how a Consul DNS lookup can help you find services by tag, name, namespace, partition, datacenter, or domain.
---

# DNS Usage Overview
# DNS usage overview

This topic provides overview information about how to look up Consul nodes and services using the Consul DNS.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: docs
page_title: Perform Static DNS Queries
page_title: Perform static DNS queries
description: ->
Learn how to use standard Consul DNS lookup formats to enable service discovery for services and nodes.
---

# Perform Static DNS Queries
# Perform static DNS queries
This topic describes how to query the Consul DNS to look up nodes and services registered with Consul. Refer to [Enable Dynamic DNS Queries](/consul/docs/services/discovery/dns-dynamic-lookups) for information about using prepared queries.

## Introduction
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/services/services.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: docs
page_title: Services Overview
page_title: Services overview
description: >-
Learn about services and service discovery workflows and concepts for virtual machine environments.
---

# Services Overview
# Services overview
This topic provides overview information about services and how to make them discoverable in Consul when your network operates on virtual machines. If service mesh is enabled in your network, refer to the topics in [Consul Service Mesh](/consul/docs/connect/). If your network is running in Kubernetes, refer to the topics in [Consul on Kubernetes](/consul/docs/k8s).

## Introduction
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/services/usage/checks.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: docs
page_title: Define Health Checks
page_title: Define health checks
description: ->
Learn how to configure different types of health checks for services you register with Consul.
---

# Define Health Checks
# Define health checks
This topic describes how to create different types of health checks for your services.


Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/services/usage/define-services.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: docs
page_title: Define Services
page_title: Define services
description: >-
Learn how to define services so that they are discoverable in your network.
---

# Define Services
# Define services

This topic describes how to define services so that they can be discovered by other services. Refer to [Services Overview](/consul/docs/services/services) for additional information.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
layout: docs
page_title: Register Services and Health Checks
page_title: Register services and health checks
description: ->
Learn how to register services and health checks with Consul agents.
---

# Register Services and Health Checks
# Register services and health checks

This topic describes how to register services and health checks with Consul in networks running on virtual machines (VM). Refer to [Define Services](/consul/usage/services/usage/define-services) and [Define Health Checks](/consul/usage/services/usage/checks) for information about how to define services and health checks.

## Overview
Expand Down

0 comments on commit 63e926b

Please sign in to comment.