Docker Compose vs Dumb-init vs Kubernetes

Need advice about which tool to choose?Ask the StackShare community!

Docker Compose

21.2K
16K
+ 1
501
Dumb-init

5
19
+ 1
0
Kubernetes

58.7K
50.7K
+ 1
677
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Docker Compose
Pros of Dumb-init
Pros of Kubernetes
  • 123
    Multi-container descriptor
  • 110
    Fast development environment setup
  • 79
    Easy linking of containers
  • 68
    Simple yaml configuration
  • 60
    Easy setup
  • 16
    Yml or yaml format
  • 12
    Use Standard Docker API
  • 8
    Open source
  • 5
    Go from template to application in minutes
  • 5
    Can choose Discovery Backend
  • 4
    Scalable
  • 4
    Easy configuration
  • 4
    Kubernetes integration
  • 3
    Quick and easy
    Be the first to leave a pro
    • 164
      Leading docker container management solution
    • 128
      Simple and powerful
    • 106
      Open source
    • 76
      Backed by google
    • 58
      The right abstractions
    • 25
      Scale services
    • 20
      Replication controller
    • 11
      Permission managment
    • 9
      Supports autoscaling
    • 8
      Cheap
    • 8
      Simple
    • 6
      Self-healing
    • 5
      No cloud platform lock-in
    • 5
      Promotes modern/good infrascture practice
    • 5
      Open, powerful, stable
    • 5
      Reliable
    • 4
      Scalable
    • 4
      Quick cloud setup
    • 3
      Cloud Agnostic
    • 3
      Captain of Container Ship
    • 3
      A self healing environment with rich metadata
    • 3
      Runs on azure
    • 3
      Backed by Red Hat
    • 3
      Custom and extensibility
    • 2
      Sfg
    • 2
      Gke
    • 2
      Everything of CaaS
    • 2
      Golang
    • 2
      Easy setup
    • 2
      Expandable

    Sign up to add or upvote prosMake informed product decisions

    Cons of Docker Compose
    Cons of Dumb-init
    Cons of Kubernetes
    • 9
      Tied to single machine
    • 5
      Still very volatile, changing syntax often
      Be the first to leave a con
      • 16
        Steep learning curve
      • 15
        Poor workflow for development
      • 8
        Orchestrates only infrastructure
      • 4
        High resource requirements for on-prem clusters
      • 2
        Too heavy for simple systems
      • 1
        Additional vendor lock-in (Docker)
      • 1
        More moving parts to secure
      • 1
        Additional Technology Overhead

      Sign up to add or upvote consMake informed product decisions

      - No public GitHub repository available -

      What is Docker Compose?

      With Compose, you define a multi-container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.

      What is Dumb-init?

      dumb-init runs as PID 1, acting like a simple init system. It launches a single process and then proxies all received signals to a session rooted at that child process. Since your actual process is no longer PID 1, when it receives signals from dumb-init, the default signal handlers will be applied, and your process will behave as you would expect. If your process dies, dumb-init will also die, taking care to clean up any other processes that might still remain.

      What is Kubernetes?

      Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.

      Need advice about which tool to choose?Ask the StackShare community!

      What companies use Docker Compose?
      What companies use Dumb-init?
      What companies use Kubernetes?

      Sign up to get full access to all the companiesMake informed product decisions

      What tools integrate with Docker Compose?
      What tools integrate with Dumb-init?
      What tools integrate with Kubernetes?

      Sign up to get full access to all the tool integrationsMake informed product decisions

      Blog Posts

      Kubernetesetcd+2
      2
      1164
      Dec 8 2020 at 5:50PM

      DigitalOcean

      GitHubMySQLPostgreSQL+11
      2
      2361
      PythonDockerKubernetes+7
      3
      1105
      May 21 2020 at 12:02AM

      Rancher Labs

      KubernetesAmazon EC2Grafana+12
      5
      1498
      Apr 16 2020 at 5:34AM

      Rancher Labs

      KubernetesRancher+2
      2
      942
      What are some alternatives to Docker Compose, Dumb-init, and Kubernetes?
      Docker
      The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere
      Docker Swarm
      Swarm serves the standard Docker API, so any tool which already communicates with a Docker daemon can use Swarm to transparently scale to multiple hosts: Dokku, Compose, Krane, Deis, DockerUI, Shipyard, Drone, Jenkins... and, of course, the Docker client itself.
      Helm
      Helm is the best way to find, share, and use software built for Kubernetes.
      Ansible
      Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. Ansible’s goals are foremost those of simplicity and maximum ease of use.
      Portainer
      It is a universal container management tool. It works with Kubernetes, Docker, Docker Swarm and Azure ACI. It allows you to manage containers without needing to know platform-specific code.
      See all alternatives