Skip to main content

Install kind

ocne lab tutorial ocne-k8s
Table of Contents

Links

🌙 Lab

🗒 Tutorial

Details

kind 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