Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. virtual environment
  2. To isolate a certain Python version & it's dependencies
  3.  
  4. container (Docker)
  5. For swapping of different OS
  6. Able to deploy code to host with different OS
  7.  
  8. container managers/ochestrators
  9. Kubernetes (more commonly used)
  10. Docker swarm (easier deployment)
  11.  
  12. virtual machine
  13. Abstraction of hardware
  14. As if having n machines instead of 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement