Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Containerization with LXC

Posted By: readerXXI
Containerization with LXC

Containerization with LXC
by Konstantin Ivanov
English | 2017 | ISBN: 1785888943 | 341 Pages | True PDF | 3.2 MB

In recent years, containers have gained wide adoption by businesses running a variety of application loads. This became possible largely due to the advent of kernel namespaces and better resource management with control groups (cgroups). Linux containers (LXC) are a direct implementation of those kernel features that provide operating system level virtualization without the overhead of a hypervisor layer.

This book starts by introducing the foundational concepts behind the implementation of LXC, then moves into the practical aspects of installing and configuring LXC containers. Moving on, you will explore container networking, security, and backups. You will also learn how to deploy LXC with technologies like Open Stack and Vagrant. By the end of the book, you will have a solid grasp of how LXC is implemented and how to run production applications in a highly available and scalable way.

What you will learn:

- Deep dive into the foundations of Linux containers with kernel namespaces and cgroups
- Install, configure, and administer Linux containers with LXC and libvirt
- Begin writing applications using Python libvirt bindings
- Take an in-depth look at container networking
- Set up monitoring and security with LXC
- Build and deploy a highly available application with LXC in the cloud