Kubernetes distributions

Kubernetes distributions k3s minikube openshift eks

1 min read | by Jordi Prats

There are several Kubernetes distributions available, each one with its own characteristics. Here we will list of the ones that this blog has covered so far:

  • k3s reference: A lightweight Kubernetes distribution intended for resource-constrained or IoT appliances with support for ARM64 and ARMv7 chipsets (working just as well as with x86_64).
  • Minikube reference: A tool that makes it easy to run Kubernetes locally, it runs a single-node Kubernetes cluster inside a VM on your laptop.
  • OpenShift: A Kubernetes distribution that adds some extra features on top of Kubernetes, like a web console, CI/CD pipelines, and more.
    • ROSA: Red Hat OpenShift Service on AWS: a managed service that runs OpenShift on AWS.
  • EKS: Amazon's managed Kubernetes service, that makes it easy to run Kubernetes on AWS.

Categories
  • Kubernetes
  • distributions
  • k3s
  • minikube
  • openshift
  • eks