Software Alternatives & Reviews

Apache Portable Runtime VS CRI-O

Compare Apache Portable Runtime VS CRI-O and see what are their differences

Apache Portable Runtime logo Apache Portable Runtime

The Apache Portable Runtime (APR) is a supporting library for the Apache web server.

CRI-O logo CRI-O

Lightweight Container Runtime for Kubernetes
  • Apache Portable Runtime Landing page
    Landing page //
    2021-10-16
  • CRI-O Landing page
    Landing page //
    2023-09-21

Apache Portable Runtime videos

No Apache Portable Runtime videos yet. You could help us improve this page by suggesting one.

+ Add video

CRI-O videos

Running Containers on Podman/CRI-o - Introduction working with Podman containers

More videos:

  • Tutorial - CRI-O: Development Process & How to Contribute - Urvashi Mohnani & Peter Hunt, Red Hat
  • Review - CRI-O: O Container Runtime feito para o Kubernetes

Category Popularity

0-100% (relative to Apache Portable Runtime and CRI-O)
Cloud Storage
48 48%
52% 52
Cloud Computing
34 34%
66% 66
Storage
100 100%
0% 0
OS & Utilities
0 0%
100% 100

User comments

Share your experience with using Apache Portable Runtime and CRI-O. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, CRI-O should be more popular than Apache Portable Runtime. It has been mentiond 17 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Apache Portable Runtime mentions (4)

  • My review of the C standard library in practice
    There are many libraries available that you can use as a libc replacement instead of CCAN, if that’s what you prefer [1-3]. Taking on a beefy dependency like that can be overkill, though, if all you need is a linked list or dynamic array implementation. [1] http://library.gnome.org/devel/glib/ [2] http://apr.apache.org/ [3] https://libcork.io/. - Source: Hacker News / about 1 year ago
  • Is there a custom "C Standard Library" out there?
    There are many. APR is one of them. APR stands for Apache Portable Runtime. It includes arrays(aprarray) and hash tables(aprhash), but not trees. Source: over 1 year ago
  • A C Standard Library
    A library that already implements some of this called libapr is what I’d consider a good example of libraries of this Ilk. Source: over 2 years ago
  • Git's list of banned C functions
    It's not really complacency: it's that the standard library is intentionally minimalistic to maintain portability and backwards compatibility. If you want sensible string handling, it's usually best to use a high level utility library like GLib(https://developer.gnome.org/glib/stable/) or Apache Portable Runtime(http://apr.apache.org/), or roll your own safe string type (preferably non-null terminating). - Source: Hacker News / about 3 years ago

CRI-O mentions (17)

  • The Road To Kubernetes: How Older Technologies Add Up
    Kubernetes on the backend used to utilize docker for much of its container runtime solutions. One of the modular features of Kubernetes is the ability to utilize a Container Runtime Interface or CRI. The problem was that Docker didn't really meet the spec properly and they had to maintain a shim to translate properly. Instead users could utilize the popular containerd or cri-o runtimes. These follow the Open... - Source: dev.to / 3 months ago
  • Complexity by Simplicity - A Deep Dive Into Kubernetes Components
    Multiple container runtimes are supported, like conatinerd, cri-o, or other CRI compliant runtimes. - Source: dev.to / 4 months ago
  • Kubernetes Cluster Setup Using Kubeadm on AWS
    Install container runtime on all nodes. We will use cri-o. - Source: dev.to / 5 months ago
  • Creating Kubernetes Cluster With CRI-O
    Container Runtime Interface (CRI) is one of the important parts of the Kubernetes cluster. It is a plugin interface allowing kubelet to use different container runtimes. And recently CRI-O container runtime has been announced as a CNCF Graduated project. I thought of writing a blog on CRI-O and how to set up a single-node Kubernetes cluster with Kubeadm and CRI-O. - Source: dev.to / 9 months ago
  • Understanding Docker Architecture: A Beginner's Guide to How Docker Works
    CRI-O: This is an open-source container runtime designed for use with Kubernetes. It is a lightweight and stable environment for containers. It also complies with the Kubernetes Container Runtime Interface (CRI), making it easy to integrate with Kubernetes. - Source: dev.to / 11 months ago
View more

What are some alternatives?

When comparing Apache Portable Runtime and CRI-O, you can also consider the following products

GlusterFS - GlusterFS is a scale-out network-attached storage file system.

containerd - An industry-standard container runtime with an emphasis on simplicity, robustness and portability

rkt - App Container runtime

Apache Karaf - Apache Karaf is a lightweight, modern and polymorphic container powered by OSGi.

REX-Ray - Runtime

Apache ServiceMix - Apache ServiceMix is an open source ESB that combines the functionality of a Service Oriented Architecture and the modularity.