Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Virtualization, Containers, and Cloud Concepts
Rating: 3.8 out of 5(25 ratings)
2,020 students

Virtualization, Containers, and Cloud Concepts

Foundations of Modern Infrastructure: Virtualization, Containers, and Cloud Computing
Created byAmine Mkacher
Last updated 6/2025
English
English [Auto],

What you'll learn

  • Learn the principles of virtualization technologies
  • Learn what containers are and how they work and ompare containers to other similar technologies
  • Discover the history of containers
  • Learn the foundations of using Docker
  • Create and manage Docker containers to speed up development and application deployment.

Course content

4 sections17 lectures2h 1m total length
  • Challenges to Traditional IT6:42

    Explore how traditional IT infrastructure struggles with scalability, downtime, and cost, and how virtualization maximizes hardware utilization by creating multiple virtual machines on a single physical system.

  • Hardware and Software9:27

    Explore server hardware architecture, including motherboard, CPU, RAM, ROM, and NIC, and compare hard disk drives and solid-state drives, plus the roles of system and application software.

  • Operating System Basics8:48

    Explore operating system basics, including kernel and user space, system calls, libraries, shells, process scheduling, memory management, and the Linux file-system philosophy 'everything is a file'.

Requirements

  • This course is designed for learners with no technical experience, providing a solid foundation for docker container creation and orchestration.
  • To get started with Docker or learn Docker, it is recommended that you have some knowledge of Linux.

Description

These days, when virtualization has become mainstream, any physical resource can be sliced, so that multiple users can share that resource in a carefully partitioned way. This enabled much better capacity utilization, and provided a much easier way to instantiate new workloads.

The rapid evolution of containers over the past two decades has changed the dynamic of modern IT infrastructure -- and it began before Docker's debut in 2013.

Containers are a light-weight solution which preserves all the goodness of VMs while increasing performance and improving server resource utilization for varying loads. As the figure shows, a container contains only an application and any associated software – such as libraries – it needs to run, but does not have any OS.

When Docker emerged in 2013, containers exploded in popularity.

Docker is a technology whose aim is to facilitate the deployment of applications and the provisioning management of the underlying infrastructure.

Using Docker containers helps get rid of the infrastructure dependency while deploying and running applications. This means that any containerized application can run on any platform irrespective of the infrastructure being used beneath.

In this Course, you'll learn the foundations of using Docker,create and manage Docker images and containers,and explore the Docker ecosystem which consists of several useful tools that will allow you to simplify and standardize your software development process .

Who this course is for:

  • Programmers, software developers, and DevOps Engineers.