Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Don’t run containers directly#

Sumit Rawal answered on June 19, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • docker start all containers
  • docker remove not running containers
  • docker keeps creating new containers
  • docker cannot stop container
  • docker run doesn't start container
  • docker make container auto start
  • docker display stopped containers
  • automatically start docker container after docker startup
  • Docker - Container is not running
  • start all docker containers
  • container runtime
  • run all containers in docker engine
  • Where should I run my containers?
  • When to use Containers ?
  • not starting my container in docker

  • Don’t run containers directly#

    0

    To understand Kubernetes, it is important to realize that running containers directly is a bad option for most use cases. Containers are low-level entities that require a framework on top. They need something that will provide all the additional features we expect from services deployed to clusters. In other words, containers are handy but are not supposed to be run directly.

    The reason is simple. Containers, by themselves, do not provide fault tolerance. They cannot be deployed easily to the optimum spot in a cluster, and, to cut a long story short, are not operator friendly. That does not mean that containers by themselves are not useful. They are, but they require much more if we are to harness their real power. If we need to operate containers at scale, be fault tolerant and self-healing, and have the other features we expect from modern clusters, we need more. We need at least a scheduler, probably more. 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jun 19 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.