-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #369 from mlittlec/main
Add the Use and Configure CoreDNS Tutorial
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: "Use and Configure CoreDNS" | ||
date: 2024-06-05 | ||
draft: false | ||
summary: "Learn how to use and Configure CoreDNS with Oracle Cloud Native Environment." | ||
tags: ["ocne", "lab", "tutorial", "ocne-k8s"] | ||
showDate: true | ||
--- | ||
|
||
## Links | ||
|
||
:crescent_moon: [Lab](https://luna.oracle.com/lab/bdf64a85-fef5-485e-b7f1-67cb3c5820f3) | ||
|
||
:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ocne-coredns) | ||
|
||
## Details | ||
|
||
Dynamic Name System (DNS) provides a way to translate hostnames to IP addresses for systems located anywhere on your network or the Internet. CoreDNS provides the same DNS service within your Kubernetes cluster to ensure that all deployments on your Kubernetes cluster have a reliable communication mechanism between the pods and services it uses. CoreDNS resolves requests for hostnames to IP addresses within the Oracle Cloud Native Environment cluster. | ||
|
||
### Objectives | ||
|
||
In this tutorial, you will learn: | ||
|
||
- How to configure and use CoreDNS | ||
- Where to locate the CoreDNS configuration files and how to alter them | ||
|
||
### Prerequisites | ||
|
||
- Minimum of a 3-node Oracle Cloud Native Environment cluster: | ||
|
||
- Operator node | ||
- Kubernetes control plane node | ||
- Kubernetes worker node | ||
|
||
- Each system should have Oracle Linux installed and configured with: | ||
|
||
- An Oracle user account (used during the installation) with sudo access | ||
- Key-based SSH, also known as password-less SSH, between the hosts | ||
- Installation of Oracle Cloud Native Environment |