DevOps Containerization

1234567891011121314151617181920212223
Across
  1. 3. The earliest implementation of os-level virtualization
  2. 4. Shorthand for when we use databases, and Docker, in the cloud
  3. 7. One of the names for instances of os-level virtualization
  4. 9. Faster startups due to copy-on-_____
  5. 12. PaaS stands for ______ as a Service
  6. 14. Docker environment to run applications
  7. 15. A container advantage where containers have a small memory footprint
  8. 17. Repositories for Docker images, e.g., Docker Hub
  9. 18. One of the advantages of containers where they once used, they can be thrown away
  10. 19. Containerization may be less _____ because the guest OS must be related to the host OS
  11. 23. Shorthand for when users directly use software applications, e.g., email, on a pay-as-you-go system
Down
  1. 1. Docker client program, a CLI
  2. 2. One of the names for instances of os-level virtualization
  3. 5. Name of the Docker daemon, which we do not directly use
  4. 6. IaaS stands for ______ as a Service
  5. 8. SaaS stands for _____ as a service
  6. 10. A container advantage is that containers are ______, i.e., all parts are fixed inside the container
  7. 11. Containerization is more efficient due to ______ resources
  8. 13. In OS-level virtualization, a single _____ has multiple, isolated user-space instances
  9. 16. Read-only Docker templates to build containers
  10. 20. One of the advantages of containers where they last for a short time
  11. 21. In Docker, containers are created from _____
  12. 22. Shorthand for where we directly use VMs and networking in the cloud