You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need Real World Scenarios for Dockerizing web Application. it should cover basic image build to Orchestrating images using Docker Swarm or Kubernetes
The text was updated successfully, but these errors were encountered:
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?
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.
We need Real World Scenarios for Dockerizing web Application. it should cover basic image build to Orchestrating images using Docker Swarm or Kubernetes
The text was updated successfully, but these errors were encountered: