Pages

Containerization

Containerization is a lightweight alternative to full machine virtualization that involves encapsulating an application in a container with its own operating environment. This provides many of the benefits of loading an application onto a virtual machine, as the application can be run on any suitable physical machine without any worries about dependencies.

This blog provides links with various container technologies, core concepts of containers, orchestration tools available for container , composition tool etc

Core Container Components - Chroot
Core Container Components - Name Spaces
Core Container Components - Union File System
Core Container Components - CGroups
Understanding RunC
Understanding nsenter
Containers with out Docker

More to Come. Happy Learning

1 comment :

  1. Nice work Jagadeesh!!
    I'm very much interested in learning these technologies. These articles will certainly help.
    Thank you!

    ReplyDelete