{"id":18637120,"url":"https://github.com/openshift/microshift","last_synced_at":"2026-04-02T13:13:50.561Z","repository":{"id":37083954,"uuid":"361784175","full_name":"openshift/microshift","owner":"openshift","description":"A small form factor OpenShift/Kubernetes optimized for edge computing","archived":false,"fork":false,"pushed_at":"2025-04-09T17:11:34.000Z","size":113546,"stargazers_count":731,"open_issues_count":12,"forks_count":212,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-04-09T18:23:57.284Z","etag":null,"topics":["containers","edge-computing","hacktoberfest","hacktoberfest2021","iot","k8s","kubernetes","openshift"],"latest_commit_sha":null,"homepage":"https://microshift.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openshift.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-26T14:39:38.000Z","updated_at":"2025-04-09T17:05:31.000Z","dependencies_parsed_at":"2024-04-15T13:59:30.323Z","dependency_job_id":"219532cd-b9d5-4967-b2b2-a2b4e782f847","html_url":"https://github.com/openshift/microshift","commit_stats":{"total_commits":3268,"total_committers":92,"mean_commits":35.52173913043478,"dds":0.8552631578947368,"last_synced_commit":"1363db4ff49d099b4fb5d572f9e11bc3f9cfbc8e"},"previous_names":["redhat-et/microshift"],"tags_count":102,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openshift%2Fmicroshift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openshift%2Fmicroshift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openshift%2Fmicroshift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openshift%2Fmicroshift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openshift","download_url":"https://codeload.github.com/openshift/microshift/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710404,"owners_count":21149185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","edge-computing","hacktoberfest","hacktoberfest2021","iot","k8s","kubernetes","openshift"],"created_at":"2024-11-07T05:33:34.130Z","updated_at":"2026-02-06T07:13:06.591Z","avatar_url":"https://github.com/openshift.png","language":"Go","readme":"# MicroShift\n\nMicroShift is a project that optimizes OpenShift Kubernetes for small\nform factor and edge computing.\n\nEdge devices deployed out in the field pose very different operational,\nenvironmental, and business challenges from those of cloud computing.\nThese motivate different engineering trade-offs for Kubernetes at the\nfar edge than for cloud or near-edge scenarios.\n\nMicroShift design goals cater to this:\n- make frugal use of system resources (CPU, memory, network, storage, etc.)\n- tolerate severe networking constraints\n- update securely, safely, speedily, and seamlessly (without disrupting workloads)\n- build on and integrate cleanly with edge-optimized operating systems like RHEL for Edge\n- provide a consistent development and management experience with standard OpenShift\n\nThese properties should also make MicroShift a great tool for other use cases\nsuch as Kubernetes applications development on resource-constrained systems,\nscale testing, and provisioning of lightweight Kubernetes control planes.\n\n## System Requirements\nTo run MicroShift, the minimum system requirements are:\n\n- x86_64 or aarch64 CPU architecture\n- Red Hat Enterprise Linux 9 with Extended Update Support (9.2 or later)\n- 2 CPU cores\n- 2GB of RAM\n- 2GB of free system root storage for MicroShift and its container images\n\n\u003e The system requirements also include resources for the operating system unless explicitly mentioned otherwise.\n\nDepending on user workload requirements, it may be necessary to add more resources i.e. CPU and RAM for better\nperformance, disk space in a root partition for container images, an LVM group for container storage, etc.\n\n## Deploying MicroShift on Edge Devices\nFor production deployments, MicroShift can be run on bare metal hardware or hypervisors supported and certified for the Red Hat Enterprise Linux 9 operating system.\n\n- [Edge systems certified for Red Hat Enterprise Linux](https://catalog.redhat.com/hardware/search?c_catalog_channel=Edge%20System\u0026p=1)\n- [Hypervisors certified for Red Hat Enterprise Linux](https://access.redhat.com/solutions/certified-hypervisors)\n\n## User Documentation\nTo install, configure and run MicroShift, refer to the following documentation:\n\n- [Getting Started with MicroShift](./docs/user/getting_started.md)\n- [MicroShift Configuration](./docs/user/howto_config.md)\n- [MicroShift kubeconfig Handling](./docs/user/howto_kubeconfig.md)\n- [Embedding MicroShift Container Images for Offline Deployments](./docs/user/howto_offline_containers.md)\n- [MicroShift Behind Proxy](./docs/user/howto_http_proxy.md)\n- [Load Balancer for User Workloads](./docs/user/howto_load_balancer.md)\n- [AMQ Broker on MicroShift](./docs/user/howto_amq_broker.md)\n- [MicroShift Mitigation of System Configuration Changes](./docs/user/howto_sysconf_watch.md)\n- [Firewall Configuration](./docs/user/howto_firewall.md)\n- [Integrating MicroShift with Greenboot](./docs/user/greenboot.md)\n- [Mirror MicroShift Container Images](./docs/user/howto_mirror_images.md)\n- [Debugging Tips](./docs/user/debugging_tips.md)\n- [Known Limitations](./docs/user/known_limitations.md)\n\n## Contributor Documentation\nTo build MicroShift from source and contribute to its development, refer to the following documentation:\n\n- [MicroShift Design](./docs/contributor/design.md)\n- [Enabled OpenShift APIs](./docs/contributor/enabled_apis.md)\n- [MicroShift Development Environment](./docs/contributor/devenv_setup.md)\n- [MicroShift Development Environment in Cloud](./docs/contributor/devenv_cloud.md)\n- [Rebasing MicroShift](./docs/contributor/rebase.md)\n- [Install MicroShift on RHEL for Edge](./docs/contributor/rhel4edge_iso.md)\n- [OpenShift CI for MicroShift](./docs/contributor/openshift_ci.md)\n- [RPM Packages for Development and Testing](./docs/contributor/rpm_packages.md)\n- [MicroShift Storage Plugin Overview](./docs/contributor/storage/default_csi_plugin.md)\n- [MicroShift Network Plugin Overview](./docs/contributor/network/default_cni_plugin.md)\n- [MicroShift Host Networking Overview](./docs/contributor/network/host_networking.md)\n- [MicroShift Traffic Flows Overview](./docs/contributor/network/ovn_kubernetes_traffic_flows.md)\n- [Testing MicroShift Integration with Greenboot](./docs/contributor/greenboot.md)\n- [Quay Mirror Registry Setup for Testing](./docs/contributor/howto_quay_mirror.md)\n- [Multinode Testing Environment for MicroShift](./docs/contributor/multinode/setup.md)\n- [Image Mode for MicroShift](./docs/contributor/image_mode.md)\n- [Layered Product Testing with MicroShift](./docs/contributor/layered_product_ci.md)\n\n## Community\nCommunity documentation sources are managed at \u003chttps://github.com/redhat-et/microshift-documentation\u003e and published on \u003chttps://microshift.io\u003e.\n\nTo get started with MicroShift, please refer to the [Getting Started](https://microshift.io/docs/getting-started/) section of the MicroShift [User Documentation](https://microshift.io/docs/user-documentation/).\n\nFor information about getting in touch with the MicroShift community, check our [community page](https://microshift.io/docs/community/).\n","funding_links":[],"categories":["Go","Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenshift%2Fmicroshift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenshift%2Fmicroshift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenshift%2Fmicroshift/lists"}