Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3602 from pgburt/paulb-prod-users-integrations
Browse files Browse the repository at this point in the history
added production-users and integrations pages
  • Loading branch information
philips authored Mar 13, 2017
2 parents dd1b385 + 0d2f81c commit d2c3ea4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Documentation/integrations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Integrations
This document tracks projects that integrate with rkt. [Join the community](https:/coreos/rkt/), and help us keep the list up-to-date.

## Projects
[Kubernetes](https://kubernetes.io/docs/getting-started-guides/rkt/): a enterprise grade container orchestration solution. Kubernetes offers rkt support as an alternative to the standard install.

[Nomad](https://www.nomadproject.io/docs/drivers/rkt.html): a container orchestration platform focused on ease of use. Nomad supports rkt through the rkt driver.

[dgr](https:/blablacar/dgr): a container build and runtime tool, preferring convention over configuration.

[Mulled](https:/BioContainers/mulled): a tool for generating minimal container images.

[Quay.io](https://quay.io/): an enterprise ready container registry. Quay hosts rkt images.

[SELinux](https://coreos.com/rkt/docs/latest/selinux.html): an access control and security toolkit for containers.

[Linux](https://coreos.com/rkt/docs/latest/distributions.html): an open an extensible OS. rkt is included in the package managers on Red Hat, Ubuntu, and many other popular Linux distributions.

[cAdvisor](https:/google/cadvisor): a daemon that monitors resource usage and performance for running containers.
12 changes: 12 additions & 0 deletions Documentation/production-users.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Production users

This document tracks people and use cases for rkt in production. [Join the community](https:/coreos/rkt/), and help us keep the list up-to-date.

## [BlaBlaCar](https://www.blablacar.com/)
BlaBlaCar is a trusted car-pooling service based in France. They've [blogged about](http://blablatech.com/blog/why-and-how-blablacar-went-full-containers) the stability of rkt being a big appeal.

## [Kumul.us](https://kumul.us/)
Kumulus Technologies offers classes and services to optimize your Cloud. They've [blogged about](https://kumul.us/docker-youve-failed-me-again-rkt-please-save-me/) rkt's pod native features and Kubernetes support being a reason for their adoption.

## [Kinvolk.io](https://kinvolk.io/)
Kinvolk are a professional consulting team and active contributors to systemd, rkt, and the Linux kernel. rkt helps them easily [test various Linux kernels and configurations](https://kinvolk.io/blog/2017/02/using-custom-rkt-stage1-images-to-test-against-various-kernel-versions/).
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ Due to a bug in the Linux kernel, using rkt when `/var/lib/rkt` is on btrfs requ
Due to a bug in the Linux kernel, using rkt's overlay support in conjunction with SELinux requires a set of patches that are only currently available on some Linux distributions (for example, [CoreOS Linux](https:/coreos/coreos-overlay/tree/master/sys-kernel/coreos-sources/files)). Work is ongoing to merge this work into the mainline Linux kernel ([#1727](https:/coreos/rkt/issues/1727#issuecomment-173203129)).

Linux 3.18+ is required to successfully garbage collect rkt pods when system services such as udevd are in a slave mount namespace (see [lazy umounts on unlinked files and directories](https:/torvalds/linux/commit/8ed936b) and [#1922](https:/coreos/rkt/issues/1922)).

## Related Links

### Integrations and Production Users

- [Projects integrating with rkt](https:/coreos/rkt/blob/master/Documentation/integrations.md)
- [Production users](https:/coreos/rkt/blob/master/Documentation/production-users.md)

0 comments on commit d2c3ea4

Please sign in to comment.