Skip to content

Commit

Permalink
Add awesome CRI-O list
Browse files Browse the repository at this point in the history
The added list contains a collection of curated resources about CRI-O.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
  • Loading branch information
saschagrunert committed May 13, 2019
1 parent 471bb7c commit 673b8de
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/cri-o/cri-o?style=flat-square)](https://goreportcard.com/report/github.com/cri-o/cri-o)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2298/badge)](https://bestpractices.coreinfrastructure.org/projects/2298)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcri-o%2Fcri-o.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcri-o%2Fcri-o?ref=badge_shield)
[![Mentioned in Awesome CRI-O](https://awesome.re/mentioned-badge.svg)](awesome.md)

### Status: Stable

Expand Down Expand Up @@ -84,6 +85,12 @@ For async communication and long running discussions please use issues and pull

For chat communication we have an IRC channel #CRI-O on chat.freenode.net, and a [channel on the kubernetes slack](https://kubernetes.slack.com/archives/crio) that everyone is welcome to join and chat about development.

## Awesome CRI-O

We maintain a curated [list of links related to CRI-O](awesome.md). Did you find
something interesting on the web about the project? Awesome, feel free to open
up a PR and add it to the list.

## Getting started

### Installing CRI-O
Expand Down
48 changes: 48 additions & 0 deletions awesome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Awesome CRI-O [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

This list follows the [awesome
manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md), and
collects useful resources about CRI-O.

## Contents

- [Resources](#resources)
- [Articles](#articles)
- [Community](#community)
- [Videos](#videos)
- [Podcasts](#podcasts)
- [Tutorials](#tutorials)
- [Websites](#websites)

## Resources

### Articles

- [Red Hat contributes CRI-O to the Cloud Native Computing Foundation (Apr 8, 2019)](https://www.redhat.com/en/blog/red-hat-contributes-cri-o-cloud-native-computing-foundation)
- [Welcome to the CNCF, CRI-O! (Apr 8, 2019)](https://www.suse.com/c/welcome-to-the-cncf-cri-o)
- [Technical Deep-Dive of Container Runtimes (Feb 27, 2019)](https://www.suse.com/c/technical-deep-dive-of-container-runtimes)
- [CRI-O is now our default container runtime interface (Sep 17, 2018)](https://kubic.opensuse.org/blog/2018-09-17-crio-default)
- [CRI-O Container Runtime on SUSE CaaS Platform 3 (Jul 16, 2018)](https://www.suse.com/c/cri-o-container-runtime-on-suse-caas-platform-3)
- [6 Reasons why CRI-O is the best runtime for Kubernetes (Jun 6, 2017)](https://www.projectatomic.io/blog/2017/06/6-reasons-why-cri-o-is-the-best-runtime-for-kubernetes)

### Community

- [Kubernetes Slack #cri-o](https://slack.com/app_redirect?channel=CAZH62UR1)
- [Freenode IRC #cri-o](https://webchat.freenode.net)

### Podcasts

- [PodCTL #12 - Introduction to CRI-O (Oct 30, 2017)](https://podctl.com/an-introduction-to-cri-o)

### Videos

- [CRI-O: All the Runtime Kubernetes Needs (Dec 15, 2017)](https://www.youtube.com/watch?v=NVa8xR4Eyj8)

### Tutorials

- [CRI-O + Container Linux: How to Install (Apr 20, 2019)](https://edenmal.moe/post/2018/CRI-O-Container-Linux-How-to-Install)
- [CentOS 7 with CRI-O on EKS (Nov 20, 2018)](https://medium.com/errnothxbye/centos-7-with-cri-o-on-eks-ae9684aff764)

### Websites

- [cri-o.io (official website)](https://cri-o.io/)

0 comments on commit 673b8de

Please sign in to comment.