从 GoDaddy 创建子域并指向 GCP 实例

Create a subdomain from GoDaddy and point to GCP instance

我在 Godaddy 下注册了一个域,现在我想创建一个指向 GCP 实例(静态地址)的子域。

So when did a R&D, few are saying that we need to create a zone and then points the provided Namespace address to the Godaddy ?

Just go to Manage DNS in Godaddy -->add -->A type (ipv4) and then points to subdomain -->with destiny IP address

哪种方式合适?有人可以帮忙吗?

没有必要创建新区域来指向子域。 新区域就像一个新域。可能有 2 种情况你想要一个新区域 -

  • 购买新域名
  • 使用在其他 DNS 提供商处购买的域的子域。

在你的情况下,只需添加 A Record -

  1. 转到 GoDaddy。
  2. Select 您的域名。
  3. 添加一条新记录。
  4. 在名称(主机)中输入子域的名称。
  5. Select 记录类型 A.
  6. 在值中添加 GCP 实例的 IPv4 地址。
  7. 保留其他所有默认值并保存。

它将在接下来的 48 小时内反映它的变化(通常需要几分钟)