Skip to content

A small form factor OpenShift/Kubernetes optimized for edge computing

License

Notifications You must be signed in to change notification settings

maage/microshift

This branch is 238 commits behind openshift/microshift:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 12, 2023
Jan 13, 2025
Jan 17, 2025
Dec 20, 2024
Apr 25, 2023
Jan 17, 2025
Jan 17, 2025
May 11, 2023
Sep 10, 2024
Jan 14, 2025
Nov 8, 2024
Jan 17, 2025
Jan 15, 2025
Jan 17, 2025
Jan 16, 2025
Jan 17, 2025
Sep 19, 2024
May 10, 2023
Mar 7, 2024
Feb 13, 2024
Apr 2, 2024
Apr 10, 2023
Oct 4, 2024
Apr 4, 2023
Nov 21, 2024
Mar 15, 2022
Dec 10, 2024
Jan 17, 2025
Jan 17, 2025
Jan 17, 2025
Oct 14, 2024
Aug 18, 2024
Jun 9, 2021
Jan 17, 2025
Jan 17, 2025

Repository files navigation

MicroShift

MicroShift is a project that optimizes OpenShift Kubernetes for small form factor and edge computing.

Edge devices deployed out in the field pose very different operational, environmental, and business challenges from those of cloud computing. These motivate different engineering trade-offs for Kubernetes at the far edge than for cloud or near-edge scenarios.

MicroShift design goals cater to this:

  • make frugal use of system resources (CPU, memory, network, storage, etc.)
  • tolerate severe networking constraints
  • update securely, safely, speedily, and seamlessly (without disrupting workloads)
  • build on and integrate cleanly with edge-optimized operating systems like RHEL for Edge
  • provide a consistent development and management experience with standard OpenShift

These properties should also make MicroShift a great tool for other use cases such as Kubernetes applications development on resource-constrained systems, scale testing, and provisioning of lightweight Kubernetes control planes.

System Requirements

To run MicroShift, the minimum system requirements are:

  • x86_64 or aarch64 CPU architecture
  • Red Hat Enterprise Linux 9 with Extended Update Support (9.2 or later)
  • 2 CPU cores
  • 2GB of RAM
  • 2GB of free system root storage for MicroShift and its container images

The system requirements also include resources for the operating system unless explicitly mentioned otherwise.

Depending on user workload requirements, it may be necessary to add more resources i.e. CPU and RAM for better performance, disk space in a root partition for container images, an LVM group for container storage, etc.

Deploying MicroShift on Edge Devices

For production deployments, MicroShift can be run on bare metal hardware or hypervisors supported and certified for the Red Hat Enterprise Linux 9 operating system.

User Documentation

To install, configure and run MicroShift, refer to the following documentation:

Contributor Documentation

To build MicroShift from source and contribute to its development, refer to the following documentation:

Community

Community documentation sources are managed at https://github.com/redhat-et/microshift-documentation and published on https://microshift.io.

To get started with MicroShift, please refer to the Getting Started section of the MicroShift User Documentation.

For information about getting in touch with the MicroShift community, check our community page.

About

A small form factor OpenShift/Kubernetes optimized for edge computing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 36.0%
  • Shell 29.5%
  • RobotFramework 17.4%
  • Python 12.5%
  • Makefile 1.8%
  • Dockerfile 1.8%
  • Other 1.0%