solve_scenarios icon indicating copy to clipboard operation
solve_scenarios copied to clipboard

Real World Scenarios for Docker - DevOps

Open ganeshmani opened this issue 5 years ago • 2 comments

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

ganeshmani avatar Oct 01 '19 09:10 ganeshmani

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?

ghost avatar Oct 01 '19 20:10 ghost

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.

ganeshmani avatar Oct 01 '19 20:10 ganeshmani