Skip to main content

Application Server Inside Container

Application Server Inside Container.


Where Does My Application Server Run ?
  1. Application Server translates in to service run inside a container.
  2. Micro-services/container based application will connect to a non-containerized service/application.
  3. Standalone servers which execute code give way to one or more containers.
  4. Containers provide the same functionality with much less over head and horizontal scaling.
References Used:
  1. https://blog.docker.com/2016/03/containers-are-not-vms/
  2. https://blog.mikesir87.io/2017/05/docker-is-not-a-hypervisor/
  3. https://devopscube.com/what-is-docker/
  4. https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b
  5. https://blog.docker.com/2016/03/containers-are-not-vms/
  6. https://stackoverflow.com/questions/48251703/if-docker-runs-natively-on-windows-then-why-does-it-need-hyper-v
  7. https://www.logicworks.com/blog/2016/04/docker-security-monitor-patch-containers-aws/
  8. https://www.ontrack.com/uk/blog/the-world-of-data/using-docker-containers-beware-of-these-security-risks/

Comments

Popular posts from this blog

What Are Containers And VMs ?

What Are Containers And VMs Container Vs VMs: Containers and VM's are similar in their goals. They both eliminate the need for separate physical hardware. They both isolate an application and its dependencies into a self contained unit so that it can run anywhere. The difference is in the how i.e. the architectural Approach VM uses Hypervisor and guest OS, to accomplish it. Container uses name spaces  control groups etc.. to accomplish it. This allows more efficient use of computing resources Both in terms of energy consumption and cost effectiveness. References Used: https://blog.docker.com/2016/03/containers-are-not-vms/ https://blog.mikesir87.io/2017/05/docker-is-not-a-hypervisor/ https://devopscube.com/what-is-docker/ https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b https://stackoverflow.com/questions/48251703/if-docker-runs-natively-on-windows-then-why-does-it-need-hyper-v <--Previous    

Audience And Agenda

Useful for, Developers. Infra Specialists. Dev/Sys Specialists. towards, Understanding what containers and VMs are. Subtle and sound differences between them. It is NOT, Focussed on any DEVOPS tool/technology. Focussed on any particular method/concept. Talking about advanced usage. Some Pre-requisites before you jump in, Idea of VM and Kernel concepts. Basic OS concepts and OSI. The first series of posts is about basics on VM and Container, Let's get started. Next-->

Containers In Production

Containers In Production. Questions That Arise: How do i back up my container ?. How do i patch my container ?. Where does my Application Server Run ? What do i do with my existing monolithic apps ?. References Used: https://blog.docker.com/2016/03/containers-are-not-vms/ https://blog.mikesir87.io/2017/05/docker-is-not-a-hypervisor/ https://devopscube.com/what-is-docker/ https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b https://blog.docker.com/2016/03/containers-are-not-vms/ https://stackoverflow.com/questions/48251703/if-docker-runs-natively-on-windows-then-why-does-it-need-hyper-v <--Previous       Next-->