ganeshmani / solve_scenarios

Learn Technology by solving a Business Problem Scenario's(Repository is still under Progress)
https://solvescenarios.app/
GNU General Public License v3.0
275 stars 23 forks source link

Real World Scenarios for Docker - DevOps #4

Open ganeshmani opened 5 years ago

ganeshmani commented 5 years ago

We need Real World Scenarios for Dockerizing web Application. it should cover basic image build to Orchestrating images using Docker Swarm or Kubernetes

ghost commented 5 years ago

The current scenarios you describe follow a flow-diagram-esque structure, for a given user task (user does this, system responds like that, end). How would you envision integrating creating a docker image or a Kubernetes pod on those, as they would be mixing DevOps with development in processes (e.g docker deployment, Kubernetes deployment, real user interaction) that are separate and not part of the same workflow for a given task?

ganeshmani commented 5 years ago

Good Question!!. We need to provide Some Production Technical Scenarios that we face in DevOps World. Example, For Beginners. we can Provide a Scenario to Dockerize a Node.js web app, Additionally we can describe it to link with a Database image(MongoDB or Posgres). After that, Composing Multiple Images and Docker Networking Concepts. in that way, it can be organized as per the difficulty.