diff --git a/assets/img/ocne/OCNE-install-section.png b/assets/img/ocne/OCNE-install-section.png new file mode 100644 index 00000000..251d5b51 Binary files /dev/null and b/assets/img/ocne/OCNE-install-section.png differ diff --git a/assets/img/ocne/OCNE2-install-section.png b/assets/img/ocne/OCNE2-install-section.png new file mode 100644 index 00000000..fc90992a Binary files /dev/null and b/assets/img/ocne/OCNE2-install-section.png differ diff --git a/content/posts/ocne/post-36/featured.png b/content/posts/ocne/post-36/featured.png new file mode 100644 index 00000000..085cb1e5 Binary files /dev/null and b/content/posts/ocne/post-36/featured.png differ diff --git a/content/posts/ocne/post-36/index.md b/content/posts/ocne/post-36/index.md new file mode 100644 index 00000000..3e0ea3f8 --- /dev/null +++ b/content/posts/ocne/post-36/index.md @@ -0,0 +1,39 @@ +--- +title: "Install libvirt Cluster" +date: 2024-09-25 +draft: false +summary: "Learn to create a Kubernetes Cluster using the *libvirt* provider with the Oracle Cloud Native Environment CLI." +tags: ["ocne2", "lab", "tutorial", "ocne2-install"] +showDate: true +--- + +## Links + +:crescent_moon: [Lab](https://luna.oracle.com/lab/6c3fbf57-8bae-4247-9b09-360b1a513871) + +:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ocne2-install-libvirt) + +## Details + +Oracle Cloud Native Environment includes a CLI that can manage the life cycle of Kubernetes clusters using OSTree-based container images. Oracle Cloud Native Environment includes several provider types you can use to create a Kubernetes cluster, and this tutorial introduces how to use the `ocne cluster` command to create Kernel-based Virtual Machines (KVM) using the *libvirt* provider. + +The *libvirt* provider is the default Oracle Cloud Native Environment provider and provisions Kubernetes clusters using KVM. Oracle Cloud Native Environment uses the Oracle KVM stack to install *libvirt* because this version offers many more features for Oracle Linux-based systems. + +For more information about Oracle Cloud Native Environment 2, please refer to the [Release 2 Documentation](https://docs.oracle.com/en/operating-systems/olcne/) site. + +### Objectives + +In this tutorial, you'll learn to: + +- Install the *libvirt* provider +- Install the Oracle Cloud Native Environment Command Line Interface (CLI) +- Use the *libvirt* provider to create and manage a Kubernetes cluster + +### Prerequisites + +- Minimum of one Oracle Linux instance + +- 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 \ No newline at end of file diff --git a/content/tracks/ocne/index.md b/content/tracks/ocne/index.md index 2e204f39..9dce40a6 100644 --- a/content/tracks/ocne/index.md +++ b/content/tracks/ocne/index.md @@ -36,9 +36,14 @@ Oracle Cloud Native Environment delivers a simplified framework for installation --- -{{< figure src="/img/ocne/OCNE-environ-section.png" alt="Oracle Cloud Native Environment Installation section banner" >}} +{{< figure src="/img/ocne/OCNE2-install-section.png" alt="Oracle Cloud Native Environment 2 Installation section banner" >}} -## Environment Installation +## Oracle Cloud Native Environment 2 +{{< card2 limit=50 tag="/tags/ocne2-install" >}} + +{{< figure src="/img/ocne/OCNE-install-section.png" alt="Oracle Cloud Native Environment Installation section banner" >}} + +## Oracle Cloud Native Environment {{< card2 limit=50 tag="/tags/ocne-install" >}} {{< figure src="/img/ocne/OCNE-kubernetes-section.png" alt="Kubernetes section banner" >}}