diff --git a/content/posts/ocne/post-35/featured.png b/content/posts/ocne/post-35/featured.png new file mode 100644 index 00000000..085cb1e5 Binary files /dev/null and b/content/posts/ocne/post-35/featured.png differ diff --git a/content/posts/ocne/post-35/index.md b/content/posts/ocne/post-35/index.md new file mode 100644 index 00000000..ce185357 --- /dev/null +++ b/content/posts/ocne/post-35/index.md @@ -0,0 +1,35 @@ +--- +title: "Install kind" +date: 2023-08-07 +draft: false +summary: "Learn to install a local Kubernetes cluster using kind on Oracle Linux to develop for Cloud Native environments." +tags: ["ocne", "video", "ocne-k8s"] +showDate: true +--- + +## Links + +:crescent_moon: [Lab](https://luna.oracle.com/lab/30610e81-95e7-4c54-85bc-efcb5e757e04) + +:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ol-kind) + +## Details + +[*kind*](https://kind.sigs.k8s.io/) is an open-source tool for running a locally hosted Kubernetes cluster using Podman containers as the cluster nodes. It provides a way for both developers and DevOps administrators to quickly create a Kubernetes cluster on a single machine without requiring the usual complicated and lengthy setup that would entail. + +### Objectives + +In this tutorial, you'll learn how to: + +- Install `kubectl` +- Install *kind* +- Use *kind* to start a single-node Kubernetes cluster + +### Prerequisites + +- Minimum of a single Oracle Linux 9 or later system + +- Each system should have Oracle Linux installed and configured with: + - A non-root user account with sudo access + - Podman and cURL packages + - Cgroups v2 diff --git a/content/posts/ol/virt/post-35/index.md b/content/posts/ol/virt/post-35/index.md deleted file mode 100644 index a1730fa2..00000000 --- a/content/posts/ol/virt/post-35/index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "Install kind" -date: 2023-08-07 -draft: false -summary: "Learn how to install kind using rootless Podman." -tags: ["ol","lab","tutorial","ol-podman"] -showDate: true ---- - -## Links - -:crescent_moon: [Lab](https://luna.oracle.com/lab/30610e81-95e7-4c54-85bc-efcb5e757e04) - -:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/podman-kind) - -## Details - -[_kind_](https://kind.sigs.k8s.io/) is an open-source tool for running a locally hosted Kubernetes cluster using Podman containers as the cluster nodes. It provides a way for both developers and DevOps administrators to quickly create a Kubernetes cluster on a single machine without requiring the usual complicated and lengthy setup that would entail. - -### Objectives - -In this lab, you'll learn how to: - -- Install Podman -- Install `kubectl` -- Install _kind_ -- Start _kind_ using Rootless Podman -- Use _kind_ to start a single-node Kubernetes cluster (control plane and worker on the same node) - -### Prerequisites - -- A running instance of Oracle Linux 9 - diff --git a/content/posts/ol/virt/post-35/luna1_hires_white_thumbnail.png b/content/posts/ol/virt/post-35/luna1_hires_white_thumbnail.png deleted file mode 100644 index 43670e1d..00000000 Binary files a/content/posts/ol/virt/post-35/luna1_hires_white_thumbnail.png and /dev/null differ