Jump to content

rohanjoshi0894

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by rohanjoshi0894

  1. On 5/7/2020 at 3:05 PM, adisharma said:

    Hello Everyone, I am learning cloud computing and I am confused to choose between docker and kubernetes as a container setup point. As I know about docker swarm API doesn’t support all Docker commands, it offers almost all the best functionality from Docker. So, Docker Swarm supports most of the tools available for Docker. However, if the Docker API is not capable of some required operation, there is no easy workaround available for utilizing the same in Docker Swarm. Can anyone know about kubernetes or tell me which one is better docker or kubernetes?

    Docker is used to isolate your application into containers. It is used to pack and ship your application. Kubernetes on the other hand is a container scheduler. It is used to deploy and scale your application.

×
×
  • Create New...