Skip to content

Commit

Permalink
Restored OCNE videos and playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmcb committed Jul 19, 2024
1 parent af37baf commit 6c90b98
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/watch?v=MTh850Oro0g&list=PLKCk3OyNwIzsDQW7m47lq27tWFQZVxqur"
weight = 230

# [[main]]
# name = "Oracle Linux Automation Manager"
Expand Down
Binary file added content/posts/ocne/post-2/featured.png
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/ocne/post-2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
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.
Binary file added content/posts/ocne/post-29/featured.png
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/ocne/post-29/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
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.
Binary file added content/posts/ocne/post-3/featured.png
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/ocne/post-3/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
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.
Binary file added content/posts/ocne/post-34/featured.png
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/ocne/post-34/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
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.

0 comments on commit 6c90b98

Please sign in to comment.