CNAME Record - CI/CD用語集の定義
CNAMEレコード は、あるホスト名を別の正規名にポイントするDNSエイリアスです。解決はターゲット名をたどるため、背後にあるアドレスの変更を1か所にまとめられます。
なぜ重要か
CNAMEはマネージドサービスやCIのartifactホストでよく使われます。CNAMEは同じ名前上の他のレコードと共存できず、ゾーンのapexでは許可されません。これはよくある設定ミスです。
関連ガイド
DNS Record - CI/CD Glossary DefinitionDNS Record: A DNS record maps a name to data: an A record points a hostname to an IPv4 address, AAAA to IPv6,…
Load Balancer Health Check - CI/CD Glossary DefinitionLoad Balancer Health Check: A load balancer health check is a periodic probe (often an HTTP GET to `/health`)…
Certificate Authority - CI/CD Glossary DefinitionCertificate Authority: A certificate authority (CA) is a trusted entity that signs TLS certificates. A client…