Skip to main content

Install kind

ol lab tutorial ol-podman
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 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