Alternatives to OpenShift Local

A tool that runs a small OpenShift, MicroShift or Podman environment in a local virtual machine. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as OpenShift Local.

  • minikube

    Run a local Kubernetes cluster for development and testing.

    minikube runs a local upstream Kubernetes cluster for development on Windows, macOS and Linux, without OpenShift-specific features and with lighter resource needs.

  • kind

    A command-line tool that runs local Kubernetes clusters using Docker containers as the cluster nodes.

    kind creates throwaway Kubernetes clusters using Docker, Podman or nerdctl containers as nodes, suited to CI, rather than running OpenShift in a virtual machine.

  • MicroK8s

    Canonical's low-footprint Kubernetes for workstations, edge sites and CI.

    MicroK8s gives a low-footprint Canonical Kubernetes for workstations with one-command add-ons, installed through snap instead of an OpenShift virtual machine.

  • k3d

    A command-line tool for running lightweight K3s Kubernetes clusters inside Docker containers.

    k3d runs lightweight K3s clusters inside Docker in seconds, requiring Docker and kubectl, and offers plain Kubernetes instead of OpenShift.

Similar software

Related functionality, not a direct replacement.