Linux Format

Join the Pod, Man!

I t’s difficult to read technology news these days without seeing headlines about containers. Given the ease with which they let you spin up a given application, test it out, then create a new production instance of it, it’s no wonder. And all this while isolating that application from the rest of the system. Most of these discussions are in the context of enterprise usage, but for the open source enthusiast, containers are an easy way to try out FOSS applications without the need to permanently install them on your system. Particularly if that system is your daily driver. There’s a number of options available that provide similar benefits. An older option is chroots, which specify a particular subdirectory on the host system to run processes. Virtualisation cordons off a portion of the host system’s resources to run a software copy of a completely separate system, even different OSes. But containers offer the best of both options in many ways, sharing system resources while still securely segregating themselves from the host. They enable you to install quickly, run smoothly and uninstall cleanly a large number of applications.

There’s also a number of options available to manage and run containers on your Linux system. In this article, we’re exploring one of the leading Linux container management tools. The rise of container management options has developed organically alongside the rise in container use. As with any new service,does container runtime management; container orchestration is where excels. More simply, is designed to run a cluster of servers and automatically adjust the

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format5 min read
Some Ansible Advice For Around The Home!
Of late, this writer has been busy creating new virtual hosts for different things and decided that it would be an ideal time to get stuck into Ansible. Things have evolved in system management since Bash. Ansible is a great way to deploy software c
Linux Format14 min read
Ubuntu at 20
Without Ubuntu, the current Linux landscape would be unrecognisable. Back in October 2004, the first 4.10 (2004.10) release of Ubuntu, with its intriguing Warty Warthog code name, leapt from obscurity to being one of the most downloaded Linux distrib
Linux Format3 min read
Kernel Watch
Linus Torvalds announced the fourth RC (Release Candidate) for what will become Linux 6.9 in another few weeks. In his announcement, he noted that there was “Nothing particularly unusual going on this week – some new hardware mitigations may stand o

Related Books & Audiobooks