mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
69 lines
1.9 KiB
Text
69 lines
1.9 KiB
Text
NAME
|
|
gcloud beta dns - manage your Cloud DNS managed-zones and record-sets
|
|
|
|
SYNOPSIS
|
|
gcloud beta dns GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) The gcloud dns command group lets you create and manage DNS zones
|
|
and their associated records on Google Cloud DNS.
|
|
|
|
Cloud DNS is a scalable, reliable and managed authoritative DNS service
|
|
running on the same infrastructure as Google. It has low latency, high
|
|
availability and is a cost-effective way to make your applications and
|
|
services available to your users.
|
|
|
|
More information on Cloud DNS can be found here:
|
|
https://cloud.google.com/dns and detailed documentation can be found here:
|
|
https://cloud.google.com/dns/docs/
|
|
|
|
EXAMPLES
|
|
To see how to create and maintain managed-zones, run:
|
|
|
|
$ gcloud beta dns managed-zones --help
|
|
|
|
To see how to maintain the record-sets within a managed-zone, run:
|
|
|
|
$ gcloud beta dns record-sets --help
|
|
|
|
To display Cloud DNS related information for your project, run:
|
|
|
|
$ gcloud beta dns project-info describe --help
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
dns-keys
|
|
(BETA) Manage Cloud DNS DNSKEY records.
|
|
|
|
managed-zones
|
|
(BETA) Manage your Cloud DNS managed-zones.
|
|
|
|
operations
|
|
(BETA) Manage your Cloud DNS operations.
|
|
|
|
policies
|
|
(BETA) Manage your Cloud DNS policies.
|
|
|
|
project-info
|
|
(BETA) View Cloud DNS related information for a project.
|
|
|
|
record-sets
|
|
(BETA) Manage the record-sets within your managed-zones.
|
|
|
|
response-policies
|
|
(BETA) Manage your Cloud DNS response policy.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud dns
|
|
|
|
$ gcloud alpha dns
|
|
|