Jump to content

What is Docker and why is it so darn popular?


AlaElaAlaEla

Recommended Posts

its good to have some technical discussions in this DB

anyone working on DOCKER and container? is this related to DevOps ?

but I see these are becoming mandatory for developers too.

Link to comment
Share on other sites

No docker is replacing release and operations team. It is more for developers to containerize small microservices. So they can readily deploy anywhere. It is good to have Doker knowledge it it hardly takes a day for any Linux knowledgeable developer to learn Doker.

Link to comment
Share on other sites

Docker is container technology..mainly to replace VMware.. Docker Swarm and Kubernetes are leading container orchestration tools..Kubernetes is growing and all cloud companies writing wrapper services with GUI to interact with Kubernetes.. Openshift is solid platform if you like container solutions with kubernetes. Docker Inc came up with Docker-EE which directly give support to Docker platform(Docker Data center). 

Link to comment
Share on other sites

8 minutes ago, Spartan said:

Simple terms lo..

ok shopping site application teskundam.

intakmundu mottam site code oke applicaiton lo package chesi deploy cheseveru. (monolithic arch)

like shopping cart, payment processing, shipping info etc anni oke dantlo ayyedi. edaina bug fix cheyali oka component ki ante, you had to redeploy the whole package again.

 

to avoid such cumbersome things to redeploy unchanged code also, a monolithic code ni multiple components ga seggeregate chestaru. this concept is called microservices.

traditional way of deployment lo a components anni multiple servers meeda deploy cheyalsi vachedi, kaani containerisation (docker is one of the platform) valla u can deploy all containers and runn the whole applicaiton on single instance. but still have the ease of redeploying only that small component rather than huge one.

 

Kubernetes, docker swarm avanni next level one where u can run multiple docker containers in on Kubernetes cluster or docker swarm...

 

 

 

 

excellent... gp

Link to comment
Share on other sites

6 minutes ago, RGVzoomin said:

Docker is container technology..mainly to replace VMware.. Docker Swarm and Kubernetes are leading container orchestration tools..Kubernetes is growing and all cloud companies writing wrapper services with GUI to interact with Kubernetes.. Openshift is solid platform if you like container solutions with kubernetes. Docker Inc came up with Docker-EE which directly give support to Docker platform(Docker Data center). 

I have replied to a post after 7 years let's start something like this more interesting and valuable to people who read

Link to comment
Share on other sites

2 hours ago, coolchandu4 said:

I have replied to a post after 7 years let's start something like this more interesting and valuable to people who read

_-_

Link to comment
Share on other sites

2 hours ago, Spartan said:

Simple terms lo..

ok shopping site application teskundam.

intakmundu mottam site code oke applicaiton lo package chesi deploy cheseveru. (monolithic arch)

like shopping cart, payment processing, shipping info etc anni oke dantlo ayyedi. edaina bug fix cheyali oka component ki ante, you had to redeploy the whole package again.

 

to avoid such cumbersome things to redeploy unchanged code also, a monolithic code ni multiple components ga seggeregate chestaru. this concept is called microservices.

traditional way of deployment lo a components anni multiple servers meeda deploy cheyalsi vachedi, kaani containerisation (docker is one of the platform) valla u can deploy all containers and runn the whole applicaiton on single instance. but still have the ease of redeploying only that small component rather than huge one.

 

Kubernetes, docker swarm avanni next level one where u can run multiple docker containers in on Kubernetes cluster or docker swarm...

 

Tell more in technical terms of micro application deployment with docker

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...