16.7. Infoblox에서 DNS 레코드 생성
Red Hat External DNS Operator를 사용하여 Infoblox에서 DNS 레코드를 생성할 수 있습니다.
16.7.1. Infoblox의 퍼블릭 DNS 영역에서 DNS 레코드 생성
Red Hat External DNS Operator를 사용하여 Infoblox의 퍼블릭 DNS 영역에 DNS 레코드를 생성할 수 있습니다.
사전 요구 사항
-
OpenShift CLI(
oc
)에 액세스할 수 있습니다. - Infoblox UI에 액세스할 수 있습니다.
프로세스
다음 명령을 실행하여 Infoblox 인증 정보로 보안 오브젝트를 생성합니다.
$ oc -n external-dns-operator create secret generic infoblox-credentials --from-literal=EXTERNAL_DNS_INFOBLOX_WAPI_USERNAME=<infoblox_username> --from-literal=EXTERNAL_DNS_INFOBLOX_WAPI_PASSWORD=<infoblox_password>
다음 명령을 실행하여 routes 오브젝트를 가져와 클러스터 도메인을 확인합니다.
$ oc get routes --all-namespaces | grep console
출력 예
openshift-console console console-openshift-console.apps.test.example.com console https reencrypt/Redirect None openshift-console downloads downloads-openshift-console.apps.test.example.com downloads http edge/Redirect None
다음과 같이
ExternalDNS
리소스 YAML 파일을 생성합니다(예: sample-infoblox.yaml).apiVersion: externaldns.olm.openshift.io/v1beta1 kind: ExternalDNS metadata: name: sample-infoblox spec: provider: type: Infoblox infoblox: credentials: name: infoblox-credentials gridHost: ${INFOBLOX_GRID_PUBLIC_IP} wapiPort: 443 wapiVersion: "2.3.1" domains: - filterType: Include matchType: Exact name: test.example.com source: type: OpenShiftRoute openshiftRouteOptions: routerName: default
다음 명령을 실행하여 Infoblox에서
ExternalDNS
리소스를 생성합니다.$ oc create -f sample-infoblox.yaml
Infoblox UI에서
콘솔
경로에 대해 생성된 DNS 레코드를 확인합니다.-
데이터 관리
DNS 영역을 클릭합니다. - 영역 이름을 선택합니다.
-
데이터 관리