Crun: Fast and lightweight OCI runtime and C library for running containers

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • youki

    A container runtime written in Rust

  • I went looking for an answer to the obvious question, and there is indeed a Rust version. https://github.com/containers/youki#motivation has a nice comparison with both runc and crun.

  • crun

    A fast and lightweight fully featured OCI runtime and C library for running containers

  • Kubernetes needs an OCI runtime to run containers with. Crun is one implementation it can use.

    Docker also appears to be able to use crun for it's engine as well. https://github.com/containers/crun/issues/37

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • runc

    CLI tool for spawning and running containers according to the OCI specification

  • being the main author of crun, I can clarify that statement: I am not a fan of Go _for this particular use case_.

    Using C instead of Go avoided a bunch of the workarounds that exists in runc to workaround the Go runtime, e.g. https://github.com/opencontainers/runc/blob/main/libcontaine...

  • ClickHouse

    ClickHouse® is a real-time analytics DBMS

  • ClickHouse uses jemalloc as the only option: https://github.com/ClickHouse/ClickHouse/

    We have contributed patches and bugfixes to jemalloc as well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Discord and the JVM

    4 projects | /r/java | 7 Mar 2023
  • My VM is lighter (and safer) than your container

    12 projects | news.ycombinator.com | 14 May 2024
  • Understanding Buildpacks in Cloud Native Buildpacks

    1 project | dev.to | 22 Apr 2024
  • The transitory nature of MLOps: Advocating for DevOps/MLOps coalescence

    2 projects | dev.to | 25 Mar 2024
  • Exploring 5 Docker Alternatives: Containerization Choices for 2024

    3 projects | dev.to | 18 Mar 2024