diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 3bd9e7d3..a3a8acf8 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -238,12 +238,12 @@ url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzu51n3L6dxHgKRy8CayIBXI" weight = 220 -[[main]] - name = "Oracle Cloud Native Environment" - identifier = "pl4" - parent = "pl" - url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzuwyOFQFhl_UyUoJPoseTN-" - weight = 230 +# [[main]] +# name = "Oracle Cloud Native Environment" +# identifier = "pl4" +# parent = "pl" +# url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzuwyOFQFhl_UyUoJPoseTN-" +# weight = 230 # [[main]] # name = "Oracle Linux Automation Manager" diff --git a/content/posts/ocne/post-1/featured.png b/content/posts/ocne/post-1/featured.png deleted file mode 100644 index 085cb1e5..00000000 Binary files a/content/posts/ocne/post-1/featured.png and /dev/null differ diff --git a/content/posts/ocne/post-1/index.md b/content/posts/ocne/post-1/index.md deleted file mode 100644 index 3305b63b..00000000 --- a/content/posts/ocne/post-1/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Kubernetes Concepts" -date: 2022-03-25 -draft: false -summary: "This video provides a high-level overview/introduction to what Kubernetes is and introduces a few basic concepts to you." -tags: ["ocne", "video", "ocne-k8s"] -showDate: true ---- - -{{< youtube id="syBe1H-qe8U" title="A Quick Tour of Kubernetes on Oracle Linuxx" >}} - -## Details - -This video provides a high-level overview/introduction to what Kubernetes is and introduces a few basic concepts to you. diff --git a/content/posts/ocne/post-15/index.md b/content/posts/ocne/post-15/index.md index 2b0eed0f..75d0b37a 100644 --- a/content/posts/ocne/post-15/index.md +++ b/content/posts/ocne/post-15/index.md @@ -3,7 +3,7 @@ title: "Enable Istio Proxy Sidecar Injection" date: 2022-09-21 draft: false summary: "Istio is a Service Mesh that provides a separate infrastructure layer to handle inter-service communication. Network communication is abstracted from the services themselves and handled by proxies. Istio uses a sidecar design, which means that communication proxies run in their own containers beside every service container." -tags: ["ocne", "lab", "tutorial", "ocne-istio"] +tags: ["ocne", "lab", "tutorial", "ocne-install"] showDate: true --- diff --git a/content/posts/ocne/post-2/featured.png b/content/posts/ocne/post-2/featured.png deleted file mode 100644 index 085cb1e5..00000000 Binary files a/content/posts/ocne/post-2/featured.png and /dev/null differ diff --git a/content/posts/ocne/post-2/index.md b/content/posts/ocne/post-2/index.md deleted file mode 100644 index 49ace9ab..00000000 --- a/content/posts/ocne/post-2/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Understand Kubernetes Terminology" -date: 2022-04-08 -draft: false -summary: "Unsure what the various Kubernetes terms you hear being used mean? Then take a couple of minutes out, and this will introduce the basic Kubernetes Resource terms and provide context for their use." -tags: ["ocne", "video", "ocne-k8s"] -showDate: true ---- - -{{< youtube id="e5m3TlvM4y4" title="A Quick Tour of Kubernetes on Oracle Linux" >}} - -## Details - -Unsure what the various Kubernetes terms you hear being used mean? Then take a couple of minutes out, and this will introduce the basic Kubernetes Resource terms and provide context for their use. diff --git a/content/posts/ocne/post-29/featured.png b/content/posts/ocne/post-29/featured.png deleted file mode 100644 index 085cb1e5..00000000 Binary files a/content/posts/ocne/post-29/featured.png and /dev/null differ diff --git a/content/posts/ocne/post-29/index.md b/content/posts/ocne/post-29/index.md deleted file mode 100644 index d00dc0ee..00000000 --- a/content/posts/ocne/post-29/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Manage Namespaces with kubectl" -date: 2024-05-27 -draft: false -summary: "This video introduces the kubectl commands used to create, delete and list namespaces." -tags: ["ocne", "video", "clips", "ocne-k8s"] -showDate: true ---- - -{{< youtube id="MTh850Oro0g" title="Manage Namespaces with kubectl" >}} - -## Details - -This video demonstrates how to manage Kubernetes namespaces. Learn how to create and delete namespaces, and use a configuration file to manage namespaces. diff --git a/content/posts/ocne/post-3/featured.png b/content/posts/ocne/post-3/featured.png deleted file mode 100644 index 085cb1e5..00000000 Binary files a/content/posts/ocne/post-3/featured.png and /dev/null differ diff --git a/content/posts/ocne/post-3/index.md b/content/posts/ocne/post-3/index.md deleted file mode 100644 index 609ee2a8..00000000 --- a/content/posts/ocne/post-3/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Install Minikube" -date: 2022-05-03 -draft: false -summary: "This video provides the steps required in order to install Minikube and configure it to use Podman on Oracle Linux." -tags: ["ocne", "video", "ocne-k8s"] -showDate: true ---- - -{{< youtube id="u1qY8ax0U44" title="Install Minikube on Oracle Linux" >}} - -## Details - -This video provides the steps required in order to install Minikube and configure it to use Podman on Oracle Linux. diff --git a/content/posts/ocne/post-5/featured.png b/content/posts/ocne/post-5/featured.png deleted file mode 100644 index 085cb1e5..00000000 Binary files a/content/posts/ocne/post-5/featured.png and /dev/null differ diff --git a/content/posts/ocne/post-5/index.md b/content/posts/ocne/post-5/index.md deleted file mode 100644 index 9203a6c8..00000000 --- a/content/posts/ocne/post-5/index.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: "Use Operator Lifecycle Manager to Deploy a Kubernetes Operator" -date: 2022-05-17 -draft: false -summary: "This tutorial shows you how install the Operator Lifecycle Manager module for Oracle Cloud Native Environment into a Kubernetes cluster, then deploy a Kubernetes operator." -tags: ["ocne", "tutorial", "ocne-install"] -showDate: true ---- - -## Links - -:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ocne-olm) - -## Details - -This tutorial shows you how install the Operator Lifecycle Manager module for Oracle Cloud Native Environment into a Kubernetes cluster, -then deploy a Kubernetes operator. The Operator Lifecycle Manager module installs Operator Lifecycle Manager into a Kubernetes cluster. Operator Lifecycle Manager manages the installation and lifecycle management of Kubernetes operators in a Kubernetes cluster. This tutorial assumes you have an existing Kubernetes cluster running in Oracle Cloud Native Environment. - -### Objectives - -In this tutorial, you will learn how to: - -- Install and configure the Operator Lifecycle Manager -- Use a Kubernetes Operator - -### Prerequisites - -The tutorial uses the following system: - -- 3 Oracle Linux systems to use as: - - Operator node (ocne-operator) - - Kubernetes control plane node (ocne-control-01) - - Kubernetes worker node (ocne-worker-01) - -- Each system should have a minimum of the following installed: - - Latest Oracle Linux (x86_64) installed and running the Unbreakable Enterprise Kernel Release 7 (UEK R7) - -- This environment is pre-configured with the following: - - An Oracle user account with 'sudo' access - - Key-based SSH, also known as passwordless SSH, between the instances diff --git a/content/tracks/ocne/index.md b/content/tracks/ocne/index.md index ac34e386..2e204f39 100644 --- a/content/tracks/ocne/index.md +++ b/content/tracks/ocne/index.md @@ -49,7 +49,7 @@ An open-source system for automating the deployment, scaling and management of c {{< card2 limit=50 tag="/tags/ocne-k8s" >}} -{{< figure src="/img/quiz1.png" alt="ocne-kubernetes-quiz" >}} + -{{< figure src="/img/ocne/OCNE-istio-section.png" alt="ISTIO section banner" >}} + -{{< figure src="/img/quiz1.png" alt="Oracle Cloud Native Environment Quiz section banner" >}} +