github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/Documentation/integrations.md (about)

     1  # Integrations
     2  This document tracks projects that integrate with rkt. [Join the community](https://github.com/rkt/rkt/), and help us keep the list up-to-date.
     3  
     4  ## Projects 
     5  [Kubernetes](https://github.com/kubernetes-incubator/rktlet): an enterprise grade container orchestration solution. Kubernetes offers rkt support as an alternative to the standard install.
     6  
     7  [Mesos](https://mesos.apache.org/blog/mesos-1-0-0-released/): Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.
     8  
     9  [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.
    10  
    11  [dgr](https://github.com/blablacar/dgr): a container build and runtime tool, preferring convention over configuration.
    12  
    13  [Mulled](https://github.com/BioContainers/mulled): a tool for generating minimal container images.
    14  
    15  [Quay.io](https://quay.io/): an enterprise ready container registry. Quay hosts rkt images.
    16  
    17  [SELinux](https://coreos.com/rkt/docs/latest/selinux.html): an access control and security toolkit for containers.
    18  
    19  [Linux](https://coreos.com/rkt/docs/latest/distributions.html): an open and extensible OS. rkt is included in the package managers on Red Hat, Ubuntu, and many other popular Linux distributions.
    20  
    21  [cAdvisor](https://github.com/google/cadvisor): a daemon that monitors resource usage and performance for running containers.