vietquanpham / microshift

A small form factor OpenShift/Kubernetes optimized for edge computing

Home Page:https://microshift.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroShift

MicroShift is a research project that is exploring how OpenShift1 Kubernetes can be optimized 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's design goals cater to this:

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

We believe 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.

Watch this end-to-end MicroShift provisioning demo video to get a first impression of MicroShift deployed onto a RHEL for edge computing device and managed through Open Cluster Management.

Note: MicroShift is still early days and moving fast. Features are missing. Things break. But you can still help shape it, too.

1) more precisely OKD, the Kubernetes distribution by the OpenShift community

Using MicroShift

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

Developing MicroShift

To build MicroShift from source and contribute to its development, please refer to the MicroShift Developer Documentation.

Community

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

About

A small form factor OpenShift/Kubernetes optimized for edge computing

https://microshift.io

License:Apache License 2.0


Languages

Language:Go 72.5%Language:Shell 19.0%Language:Dockerfile 4.6%Language:Makefile 3.8%