Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add content/en/hypervisor #1385
Add content/en/hypervisor #1385
Changes from 4 commits
bb26798
ee7f5e0
e698840
305d36c
211102a
b997d59
db78072
519af58
5ae0a11
53395a8
dedd3c0
4008c42
7187998
d007841
529ed21
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The content of the rest of this section is not very accurate, or easy to follow. The aspect of having wasted a whole powerful server on just one app is an important aspect that can be followed up on. For example just saying, that a server could hold more apps, but then you have isolation and noisy neighbors problems (one highly resource-consuming app has an impact on the other ones).
Another problem of the world before virtualization is setup costs. VMs are more quickly set up than bare metal. This is one step to closing the gap between dev and ops.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm thinking these points could go into this section " acquiring a physical machine takes time, it requires a team of engineers to monitor them, whereas VMs are more quickly set up than bare metal", what do you think? @iamNoah1 and is it because a hypervisor takes away the low-level complexities (like abstraction layer over the physical hardware, it's the software monitoring and isolating the VMs sharing the same hardware) so that it is easier to set up a VM whether they are of the dev team or Ops team in a way was it attracting both the backgrounds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would try to focus more on the setup speed and the degree of isolation between apps than on migrating for the rest of this section.