From 213f795394ff64e3a826f4f6a35bfa858a5d2d53 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 30 Oct 2017 13:21:28 +0100 Subject: [PATCH] copy CRI-O for kubernetes to kubernetes section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34a7ff2..7001664 100644 --- a/README.md +++ b/README.md @@ -704,6 +704,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [ramitsurana/awesome-kubernetes](https://github.com/ramitsurana/awesome-kubernetes) - Awesome Kubernetes resources * [OpenShift](https://www.openshift.com/container-platform/kubernetes.html) - OpenShift platform / Features matrix : How Does OpenShift Extend Kubernetes? * [Jesse Newland](https://githubengineering.com/kubernetes-at-github/) - Kubernetes at GitHub +* [CRI-O](http://cri-o.io) - a lightweight alternative to using Docker as the runtime for kubernetes. Implements Kubernetes CRI (Container Runtime Interface) & enables OCI (Open Container Initiative) compatible runtimes. ## Microservices * [Bilgin Ibryam](https://thenewstack.io/introducing-microservices-hierarchy-needs/) - The Microservices Hierarchy of Needs and Where Kubernetes fits