Stratpoint Engineering

DevOps Engineering Bootcamp

Sign in with your Stratpoint Google account to continue.

DevOps Engineering
DevOps Engineering Bootcamp
Chapter 2

Prerequisites

Required Accounts

GitLab Account — create an account at gitlab.com

Local Environment Setup

Choose one of the following for local Kubernetes setup:

ToolDescriptionBest For
Docker DesktopAll-in-one solution with Kubernetes support for Windows/Mac/LinuxEasiest setup
Rancher DesktopComplete container management solution with built-in KubernetesProduction-ready environment
MinikubeSingle-node Kubernetes cluster, good for learning
Kind (Kubernetes IN Docker)Lightweight, uses Docker containers as nodes
k3sLightweight Kubernetes for IoT & Edge computing
k3dRuns k3s clusters in Docker, good for CI/CD environments

Watch Out

If you choose Minikube, k3s, or another option without a built-in container runtime, you'll need to install one separately. Docker Desktop and Rancher Desktop already include one.