Existing Apps To Container.
- There are many valid strategies for migrating monoliths to a micro-services architecture.
- Usually it starts , as first step, with moving an existing monolithic application from a VM into a container.
- Remember Docker/Containerization is way more than just “a lightweight VM.”
- Docker/Containerization is an application-centric way to deliver high-performing, scalable applications on the infrastructure of your choosing.
- There is a docker cookbook in chef(virtualization), that helps you control the virtual environment of your choice then provision docker containers on it.
- 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
- https://www.logicworks.com/blog/2016/04/docker-security-monitor-patch-containers-aws/
- https://www.ontrack.com/uk/blog/the-world-of-data/using-docker-containers-beware-of-these-security-risks/
- https://github.com/chef-cookbooks/docker
Comments
Post a Comment