Skip to content

Commit

Permalink
Merge pull request #375 from mlittlec/main
Browse files Browse the repository at this point in the history
Add new 'Use virsh' Clip video and Nginx-Ingress Tutorial
  • Loading branch information
mlittlec authored Jun 18, 2024
2 parents de04695 + 7f15c93 commit b4e2c36
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/ocne/post-31/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Deploy Oracle Cloud Native Environment User Interface"
date: 2024-06-12
draft: false
summary: Learn how to deploy the user interface on Oracle Cloud Native Environment."
summary: "Learn how to deploy the user interface on Oracle Cloud Native Environment."
tags: ["ocne", "lab", "tutorial", "ocne-install"]
showDate: true
---
Expand Down
Binary file added content/posts/ocne/post-32/featured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions content/posts/ocne/post-32/index.md
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.
14 changes: 14 additions & 0 deletions content/posts/ol/virt/post-52/index.md
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.

0 comments on commit b4e2c36

Please sign in to comment.