awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
coreos avatar

coreos/rktArchived

0
View on GitHub↗
8,774 Stars·873 Forks·Go·Apache-2.0·11 Aufrufe

Rkt

rkt ist eine sichere Linux-Container-Engine und ein Pod-nativer Container-Manager. Er bietet eine komponierbare Ausführungsumgebung zum Starten und Verwalten isolierter Anwendungscontainer unter Linux und dient als Runtime, die auf offenen Industriestandards für Image-Formate und Netzwerkschnittstellen basiert.

Das System zeichnet sich durch ein Pod-natives Ausführungsmodell aus, das mehrere Container und geteilte Ressourcen in einzelnen, in sich geschlossenen Einheiten gruppiert. Es nutzt einsteckbare Ausführungs-Engines, um eine sichere Isolierung zu gewährleisten, einschließlich der Verwendung hardwarebasierter Virtualisierung, um Sicherheitsgrenzen zwischen dem Host-System und laufenden Anwendungen zu schaffen.

Das Projekt deckt ein breites Spektrum an Funktionen im Container-Management ab, einschließlich OCI-konformer Image-Ausführung und CNI-basierter Vernetzung. Es bietet zudem die Integration mit Cluster-Orchestratoren und System-Initialisierungswerkzeugen zur Verwaltung von Workloads in verteilten Umgebungen.

Features

  • Pod-Native Runtimes - Uses a pod-native runtime model to group multiple containers into a single atomic execution unit.
  • OCI Registry Image Pulls - Pull and unpack container images adhering to Open Container Initiative (OCI) standards for portable execution.
  • Container Image Runs - Runs containers based on open image specifications using a standardized networking interface.
  • Container Security - Secures the host system by isolating containers through hardware virtualization and security modules.
  • OCI Container Engines - Provides an OCI-compliant container engine for running application containers on Linux via a CLI.
  • OCI Runtime Implementations - Implements a container runtime that adheres to Open Container Initiative standards for images and execution.
  • Pod Grouping - Manages complex application deployments by grouping multiple containers and shared resources into pods.
  • Pod-Native Container Engines - Executes applications on Linux by grouping resources and containers into self-contained pods.
  • Linux Container Managers - Provides a Linux container manager utilizing kernel features to isolate processes and images via a CLI.
  • Container Security - Maintains a protected execution environment by isolating containers using hardware virtualization.
  • Virtualization-Based Isolation - Uses hardware-based virtualization to establish a strong security boundary between the host and containers.
  • Orchestration Integration - Integrates with external cluster orchestrators and system init tools to manage distributed workloads.
  • Cluster Integration - Connects the container runtime with distributed management tools and init systems for workload scaling.
  • CNI Implementations - Implements the Container Network Interface (CNI) specification to handle container network connectivity.
  • Execution Backends - Supports pluggable execution backends to switch between different isolation methods like namespaces and virtualization.
  • Container Engines - CLI for running secure and composable app containers.
  • Container Specifications - Specification for app container images and runtime environments.

Star-Verlauf

Star-Verlauf für coreos/rktStar-Verlauf für coreos/rkt

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Rkt

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Rkt.
  • rkt/rktAvatar von rkt

    rkt/rkt

    8,773Auf GitHub ansehen↗

    rkt is a pod-native container engine and runtime for Linux that executes containerized applications as isolated pods. It serves as an OCI container runtime and a Linux container manager, supporting the execution of images based on Open Container Initiative, appc, and Docker specifications. The project distinguishes itself by offering hardware-level container isolation, allowing pods to run within virtual machines using KVM or QEMU for a dedicated kernel. It further separates itself through secure container deployment practices, utilizing SELinux mandatory access control and TPM-backed integri

    Gocontainersgooci
    Auf GitHub ansehen↗8,773
  • p8952/bockerAvatar von p8952

    p8952/bocker

    12,657Auf GitHub ansehen↗

    Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux namespaces and control groups. It serves as a Linux container manager capable of starting and managing isolated processes and images through low-level kernel features. The project includes an OCI image tool for pulling, saving, and building container images compatible with industry standards. It further integrates a cgroup resource controller to restrict CPU and memory consumption for isolated processes. The tool covers the full container lifecycle, including process isolati

    Shell
    Auf GitHub ansehen↗12,657
  • containers/crunAvatar von containers

    containers/crun

    3,975Auf GitHub ansehen↗

    crun is a low-level container runtime that implements the Open Container Initiative specification for managing the lifecycle of isolated processes. It provides the core mechanisms for container creation, execution, and deletion, ensuring compatibility across platforms through standardized lifecycle management. The project distinguishes itself by offering a shared C library that allows container runtime operations to be embedded directly into other compiled applications. It further extends execution capabilities through specialized handlers that enable the deployment of containers within isola

    Ccontainersiotiot-cloud
    Auf GitHub ansehen↗3,975
  • youki-dev/youkiAvatar von youki-dev

    youki-dev/youki

    7,452Auf GitHub ansehen↗

    Youki is a low-level container runtime written in Rust that creates and manages isolated containers according to Open Container Initiative specifications. It serves as an execution engine that can function as a rootless container manager or a pluggable Kubernetes CRI runtime to manage pods and containers within a cluster. The project distinguishes itself by providing a Wasm container runtime capable of executing WebAssembly modules as isolated workloads compatible with standard orchestration tools. It further supports a rootless execution model, allowing isolated environments to start as non-

    Rustcontainersdockerkubernetes
    Auf GitHub ansehen↗7,452
Alle 30 Alternativen zu Rkt anzeigen→

Häufig gestellte Fragen

Was macht coreos/rkt?

rkt ist eine sichere Linux-Container-Engine und ein Pod-nativer Container-Manager. Er bietet eine komponierbare Ausführungsumgebung zum Starten und Verwalten isolierter Anwendungscontainer unter Linux und dient als Runtime, die auf offenen Industriestandards für Image-Formate und Netzwerkschnittstellen basiert.

Was sind die Hauptfunktionen von coreos/rkt?

Die Hauptfunktionen von coreos/rkt sind: Pod-Native Runtimes, OCI Registry Image Pulls, Container Image Runs, Container Security, OCI Container Engines, OCI Runtime Implementations, Pod Grouping, Pod-Native Container Engines.

Welche Open-Source-Alternativen gibt es zu coreos/rkt?

Open-Source-Alternativen zu coreos/rkt sind unter anderem: rkt/rkt — rkt is a pod-native container engine and runtime for Linux that executes containerized applications as isolated pods.… p8952/bocker — Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux… youki-dev/youki — Youki is a low-level container runtime written in Rust that creates and manages isolated containers according to Open… containers/crun — crun is a low-level container runtime that implements the Open Container Initiative specification for managing the… aliyuncontainerservice/pouch — Pouch is a Linux container runtime and OCI container engine designed to execute containerized applications. It… moby/moby — Moby is an OCI container engine and runtime manager designed for building, running, and managing isolated containers…