Header Background Image

Linux container

CodiLime Glossary

Some common networking terms clearly explained

Glossary /L /

Linux container

Linux containers is a virtualization method that allows for sharing resources like CPU and memory without creating virtual machines. Linux Containers enable creating a separation layer between the operating system kernel and the application layer. Containers are widely used in the context of microservices architecture. Orchestration platforms like Kubernetes are used to manage containers. 

This solution does not contain an operating system (OS), binaries, or dependencies like those you’ll find in a standard VM setup. This feature makes them lightweight, portable and makes it possible to run them across numerous different environments, regardless of their configuration. 

What is LXC? 

LXC is a Linux container runtime with tools, library, templates and language bindings onboard. LXC facilitates creating and managing application containers and systems.

Components of LXC—the liblxc library, language bindings for the API, tools for controlling the containers, and distribution templates for the containers. 

Why use containers? 

  • container-based applications work efficiently in cloud environments, 
  • applications in containers are easy to scale, 
  • containers could be used as a deployment unit for microservices (and connected by network service mesh).

Read more:

Thumbnail of an article about Kubernetes: the top six reasons your business should be using it (part 2/2)
Kubernetes: the top six reasons your business should be using it (part 2/2)
Time to read

4 minutes reading

Publish date

15 May 2019

Maciej Manturewicz

Cloud

Read more
Thumbnail of an article about Kubernetes: what is it and how you can use it (part 1/2)
Kubernetes: what is it and how you can use it (part 1/2)
Time to read

13 minutes reading

Publish date

15 May 2019

Maciej Manturewicz

Cloud

Read more
Thumbnail of an article about Harnessing the power of Kubernetes: 7 use cases
Harnessing the power of Kubernetes: 7 use cases
Time to read

13 minutes reading

Publish date

3 Mar 2022

Multiple authors

Cloud

Read more
Thumbnail of an article about How to make your Kubernetes cluster secure
How to make your Kubernetes cluster secure
Time to read

11 minutes reading

Publish date

11 Jun 2019

Marcin Szumilak

Cloud

Read more
Thumbnail of an article about Kubernetes workloads—using multiple networks
Kubernetes workloads—using multiple networks
Time to read

17 minutes reading

Publish date

28 Nov 2019

Piotr Skamruk

Network infrastructure planning

Read more
Thumbnail of an article about Security in Kubernetes - overview of admission webhooks
Security in Kubernetes - overview of admission webhooks
Time to read

7 minutes reading

Publish date

23 Jun 2019

Marcin Szumilak

Cloud

Read more
Thumbnail of an article about The benefits of Pod Security Policy - a use case
The benefits of Pod Security Policy - a use case
Time to read

6 minutes reading

Publish date

11 Jun 2019

Marcin Szumilak

Cloud

Read more
Thumbnail of an article about Deploying a Kubernetes operator in OpenShift 4.x platform
Deploying a Kubernetes operator in OpenShift 4.x platform
Time to read

8 minutes reading

Publish date

20 Jan 2021

Szymon Krasuski

Cloud

Read more