試す - 無料

The Why, What, and How of Containerisation

Open Source For You

|

July 2025

Containerisation has revolutionised software development by offering lightweight, portable, and scalable solutions for application deployment. Containers empower teams to deploy applications faster and more reliably in diverse environments. Let's find out how and why they work so well.

- Mohit Raj

The Why, What, and How of Containerisation

In the modern era of software development, agility, scalability, and portability have become essential for building and deploying applications. Enter containerisation—a technology that has revolutionised the way developers package, deploy, and manage applications across various environments. From microservices architecture to DevOps pipelines, containerisation is now a cornerstone of cloud-native development.

Why containerisation?

The need for containerisation arises from the challenges developers and operations teams face when building, deploying, and maintaining software in diverse environments. Let's dive deeper into the reasons.

The “It works on my machine” problem: This age-old problem arises when code that runs perfectly on a developer’s local system fails in staging or production environments. This discrepancy is usually due to differences in:

  • Operating system versions (e.g., Ubuntu 18.04 vs 22.04)

  • Missing or different versions of dependencies (e.g., Python 3.6 vs 3.10)

  • System libraries or tools

  • Environment variables and configuration files

Containers fix this by encapsulating the application along with all its dependencies, libraries, and environment settings into a single, consistent unit. As a result, the containerised application behaves the same way—regardless of where it is deployed, be it a developer’s laptop, a test server, or a public cloud.

Example: A Flask web app containerised with Python 3.9 and specific libraries will run identically on all systems with Docker installed.

Slow and inefficient deployment with VMs: Traditional virtual machines (VMs) emulate entire operating systems. While VMs provide good isolation, they are resource-intensive:

  • Require gigabytes of storage per instance

  • Take minutes to boot

Open Source For You からのその他のストーリー

Open Source For You

Open Source For You

A Simple System that Uses Duplicati for Backing Up Data

The open source based data backup system outlined here can be really useful for a small office home office setup. Learn how to set up Duplicati on Windows, back up data to a Linux server, schedule daily backups, secure them with encryption, restore files when needed, and receive email notifications.

time to read

9 mins

August 2025

Open Source For You

Lisp for Robotics: Implementing Graph Traversal

Created in 1959 by John McCarthy, Lisp is a programming language designed to manipulate symbolic data easily, which is a key characteristic of AI. This language is still used for prototyping and to demonstrate different AI concepts. Here's a short tutorial on how it can help to implement three graph traversal algorithms.

time to read

5 mins

August 2025

Open Source For You

LibreOffice 25.2.5 is stable and reliable after 63 bug fixes

The Document Foundation has officially released LibreOffice 25.2.5, the fifth maintenance update in the LibreOffice 25.2 series.

time to read

1 min

August 2025

Open Source For You

Open Source For You

The Evolution of PostgreSQL in the Age of AI

PostgreSQL, enhanced with the pgvector extension, brings semantic search capabilities into a traditional SQL environment. With support for both structured queries and Al-driven search, pgvector enables developers to build intelligent, cost-effective applications within a familiar ecosystem, positioning PostgreSQL as a future-ready, Al-native database. Let's learn more....

time to read

5 mins

August 2025

Open Source For You

Open Source For You

Calico: Open source platform for Kubernetes networking, security, and observability is in version 3.30

Calico is an open source, unified platform that integrates networking, security, and observability for Kubernetes environments—whether deployed in the cloud, on-premises, or at the edge.

time to read

1 min

August 2025

Open Source For You

Open Source For You

Red Hat launches RHEL for Business Developers

Red Hat has announced Red Hat Enterprise Linux for Business Developers, a new self-service offering aimed at simplifying access to its flagship enterprise Linux platform for development and testing.

time to read

1 min

August 2025

Open Source For You

Open Source For You

Data Governance in the Digital Era: An Overview

Data governance plays a critical role in ensuring effective data management in an organisation. Businesses who invest in it are at a definite advantage over those who don't.

time to read

7 mins

August 2025

Open Source For You

Open Source For You

Shape the Success of Your Business with Smart Data Management and Security Practices

In today's world, data is a company's best asset, if used well. Also, data management and data security are no longer merely good business practices - they are critical to the success of an organisation.

time to read

6 mins

August 2025

Open Source For You

Wireshark 4.4.8 comes with updated protocol support and key bug fixes

The Wireshark team has announced the release of Wireshark 4.4.8, the eighth maintenance update in the 4.4 stable series of the world's most popular open source network protocol analyser.

time to read

1 min

August 2025

Open Source For You

Open Source For You

HealSphere: An Open Source-Based Mental Health Support Platform

This real-world CI/CD implementation has been developed using open source tools to deploy a modular mental health support platform.

time to read

11 mins

August 2025

Listen

Translate

Share

-
+

Change font size