AlaElaAlaEla Posted April 13, 2018 Report Posted April 13, 2018 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. Quote
coolchandu4 Posted April 13, 2018 Report Posted April 13, 2018 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. Quote
coolchandu4 Posted April 13, 2018 Report Posted April 13, 2018 Doker is little old now there is next level of Technology called kubernetes where we can have multiple Dockers work together Quote
Popular Post Spartan Posted April 13, 2018 Popular Post Report Posted April 13, 2018 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... 1 1 2 Quote
coolchandu4 Posted April 13, 2018 Report Posted April 13, 2018 In simple words understand one docker container as one Linux box with an application Quote
RGVzoomin Posted April 13, 2018 Report Posted April 13, 2018 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). Quote
Pitta Posted April 13, 2018 Report Posted April 13, 2018 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 Quote
coolchandu4 Posted April 13, 2018 Report Posted April 13, 2018 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 Quote
r2d2 Posted April 13, 2018 Report Posted April 13, 2018 39 minutes 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 👍 Quote
AlaElaAlaEla Posted April 13, 2018 Author Report Posted April 13, 2018 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 Quote
alpachinao Posted April 13, 2018 Report Posted April 13, 2018 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 Quote
Spartan Posted April 13, 2018 Report Posted April 13, 2018 38 minutes ago, alpachinao said: Tell more in technical terms of micro application deployment with docker what specifically Quote
JingBang Posted April 13, 2018 Report Posted April 13, 2018 57 minutes ago, WHAT said: kubernetes chudu next ide Dicker intro to kuberneters in depth any tutorials? Please post here. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.