nerdexam
Linux_Foundation

KCNA · Question #196

What is the name of the lightweight Kubernetes distribution built for IoT and edge computing?

The correct answer is B. k3s. k3s is a lightweight, fully compliant Kubernetes distribution designed specifically for resource-constrained environments like IoT and edge computing.

Submitted by jian89· May 4, 2026Kubernetes Fundamentals

Question

What is the name of the lightweight Kubernetes distribution built for IoT and edge computing?

Options

  • AOpenShift
  • Bk3s
  • CRKE
  • Dk1s

How the community answered

(26 responses)
  • B
    88% (23)
  • C
    4% (1)
  • D
    8% (2)

Why each option

k3s is a lightweight, fully compliant Kubernetes distribution designed specifically for resource-constrained environments like IoT and edge computing.

AOpenShift

OpenShift is an enterprise-grade Kubernetes distribution from Red Hat, known for its extensive features but not primarily for lightweight edge computing.

Bk3sCorrect

k3s is a highly optimized and streamlined Kubernetes distribution created by Rancher Labs, designed to run in environments with limited resources, such as edge devices, IoT deployments, and development workstations. It achieves its small footprint by removing legacy and alpha features, using SQLite as its default datastore, and packaging essential components into a single binary.

CRKE

RKE (Rancher Kubernetes Engine) is a Kubernetes installer for bare metal and virtualized servers, which is not specifically designed as a lightweight distribution for IoT/edge.

Dk1s

k1s is not a recognized or common lightweight Kubernetes distribution.

Concept tested: Lightweight Kubernetes distributions

Source: https://k3s.io/

Topics

#Kubernetes distributions#k3s#Lightweight Kubernetes#Edge computing

Community Discussion

No community discussion yet for this question.

Full KCNA Practice