-
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 #375 from mlittlec/main
Add new 'Use virsh' Clip video and Nginx-Ingress Tutorial
- Loading branch information
Showing
5 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
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
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,38 @@ | ||
--- | ||
title: "Deploy and use Ingress-Nginx Controller on Oracle Cloud Native Environment" | ||
date: 2024-06-12 | ||
draft: false | ||
summary: "Learn how to deploy and use Ingress-Nginx Controller on Oracle Cloud Native Environment" | ||
tags: ["ocne", "lab", "tutorial", "ocne-install"] | ||
showDate: true | ||
--- | ||
|
||
## Links | ||
|
||
:crescent_moon: [Lab](https://luna.oracle.com/lab/18559783-6392-45f0-ac90-622eff1a6ce9) | ||
|
||
:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ocne-ingress-nginx) | ||
|
||
## Details | ||
|
||
[Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) is a Kubernetes API object that manages external access to a cluster's services. The [Ingress-Nginx Controller](https://kubernetes.github.io/ingress-nginx/) uses [NGINX](https://nginx.org/) as a reverse proxy and load balancer that can load-balance Websocket, gRPC, TCP, and UDP applications. | ||
|
||
### Objectives | ||
|
||
In this tutorial, you will learn: | ||
|
||
- How to install and access the Ingress-Nginx Controller | ||
|
||
### 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 with the OCI Cloud Controller Manager |
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,14 @@ | ||
--- | ||
title: "Use virsh" | ||
date: 2024-06-18 | ||
draft: false | ||
summary: "Learn how to manage virtual machines on Oracle Linux." | ||
tags: ["ol", "video","clips","ol-kvm"] | ||
showDate: true | ||
--- | ||
|
||
{{< youtube id="3IaUUPTX1_Q" title="Use the virsh Command Youtube video" >}} | ||
|
||
## Details | ||
|
||
This video introduces you to the virsh command, which is a command-line tool for managing virtual machines on Oracle Linux. Learn to use the virsh command to start, stop, reboot, pause, delete a VM and more. |