Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 592 Bytes

00.prerequirements.md

File metadata and controls

12 lines (8 loc) · 592 Bytes

Pre-requirements

For this tutorial, you will need the following tools installed in your system

  • kubectl to interact with the K8s cluster through the standard API. Follow the official documentation to install kubectl.
  • Docker or any other container runtime that is able to deploy Kind/K3s clusters.
  • kind to deploy local clusters. Follow the quick start to install Kind.

Next