What is the difference between resource allocation and resource provisioning?
Answer Posted / Ajay Krishna
Resource allocation and resource provisioning are related but distinct concepts in DevOps. Resource allocation refers to the process of assigning available resources (CPU, memory, storage, etc.) among various tasks or services based on their needs. On the other hand, resource provisioning involves creating, configuring, and delivering those resources for use by the applications. In essence, resource allocation decides how much of each resource is allocated to a particular task, while resource provisioning ensures that the required resources are available.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers