Cyber Monday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-1084-21 Topic 8 Question 1 Discussion

Actual exam question for Oracle's 1Z0-1084-21 exam
Question #: 1
Topic #: 8
[All 1Z0-1084-21 Questions]

What can you use to dynamically make Kubernetes resources discoverable to public DNS servers?

Show Suggested Answer Hide Answer
Suggested Answer: A

Setting up ExternalDNS for Oracle Cloud Infrastructure (OCI):

Inspired byKubernetes DNS, Kubernetes' cluster-internal DNS server, ExternalDNS makes Kubernetes resources discoverable via public DNS servers. Like KubeDNS, it retrieves a list of resources (Services, Ingresses, etc.) from theKubernetes APIto determine a desired list of DNS records.

In a broader sense,ExternalDNSallows you tocontrol DNS records dynamically via Kubernetes resources in a DNS provider-agnostic way

Deploy ExternalDNS

Connect yourkubectlclient to the cluster you want to test ExternalDNS with. We first need to create a config file containing the information needed to connect with the OCI API.

Create a new file (oci.yaml) and modify the contents to match the example below. Be sure to adjust the values to match your own credentials:

auth:

region: us-phoenix-1

tenancy: ocid1.tenancy.oc1...

user: ocid1.user.oc1...

key: |

-----BEGIN RSA PRIVATE KEY-----

-----END RSA PRIVATE KEY-----

fingerprint: af:81:71:8e...

compartment: ocid1.compartment.oc1...


https://github.com/kubernetes-sigs/external-dns/blob/master/README.md

https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/oracle.md

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel
az-700  pass4success  az-104  200-301  200-201  cissp  350-401  350-201  350-501  350-601  350-801  350-901  az-720  az-305  pl-300  

Warning: Cannot modify header information - headers already sent by (output started at /pass.php:70) in /pass.php on line 77