diff --git a/content/posts/ocne/post-31/index.md b/content/posts/ocne/post-31/index.md index 04f6d58a..8df25178 100644 --- a/content/posts/ocne/post-31/index.md +++ b/content/posts/ocne/post-31/index.md @@ -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 --- diff --git a/content/posts/ocne/post-32/featured.png b/content/posts/ocne/post-32/featured.png new file mode 100644 index 00000000..085cb1e5 Binary files /dev/null and b/content/posts/ocne/post-32/featured.png differ diff --git a/content/posts/ocne/post-32/index.md b/content/posts/ocne/post-32/index.md new file mode 100644 index 00000000..e6c46066 --- /dev/null +++ b/content/posts/ocne/post-32/index.md @@ -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 diff --git a/content/posts/ol/virt/post-52/clips1_hires_white_thumbnail.png b/content/posts/ol/virt/post-52/clips1_hires_white_thumbnail.png new file mode 100644 index 00000000..3739cab9 Binary files /dev/null and b/content/posts/ol/virt/post-52/clips1_hires_white_thumbnail.png differ diff --git a/content/posts/ol/virt/post-52/index.md b/content/posts/ol/virt/post-52/index.md new file mode 100644 index 00000000..d49cc27d --- /dev/null +++ b/content/posts/ol/virt/post-52/index.md @@ -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.