OS-Level Virtualization - Containers

Kata Containers – secure container runtime with lightweight virtual machines

Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.

Kata Containers runtime uses a hypervisor to provide isolation when spawning containers. It creates lightweight VMs and puts containers inside.

In Kata, each container runs its own kernel instead of sharing the host system’s kernel with the host and other containers using cgroups. By extension, each container also gets its own I/O, memory access, and other low-level resources, without having to share them.

Kata containers can also take advantage of security features provided by hardware-level virtualization (meaning virtualization that is built into CPUs and made available using VT extensions).

Key Features

  • Seamlessly plugs to existing container orchestration platforms like Kubernetes. While you are launching VMs, native Kubernetes features, such as auto-scaling or rolling updates are still available. This allows to combine the benefits of using virtualization technology and container orchestration capabilities.
  • Avoids the heavy resource consumption that comes with traditional virtualization.

Website: katacontainers.io
Support: GitHub Code Repository
Developer: Kata Containers
License: Apache-2.0 License

Kata Containers is written in Go and Rust. Learn Go with our recommended free books and free tutorials. Learn Rust with our recommended free books and free tutorials.


Related Software

Containers
DockerCreate, deploy, and run applications by using containers
LXCUserspace interface for the Linux kernel containment features
containerdIndustry-standard container runtime
ApptainerOptimized for compute focused enterprise and HPC workloads
Kata ContainersUses a hypervisor to provide isolation when spawning containers
OpenVzContainer-based virtualization

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments