Console Login

#linux containers

All articles tagged with linux containers

#linux containers

Kubernetes vs Docker Swarm: Choosing the Right Orchestrator for High-Performance Norweigian Workloads (2017 Edition)

In the heat of the 2017 container wars, choosing between Kubernetes and Docker Swarm determines your infrastructure's fate. We analyze performance, complexity, and why underlying hardware like NVMe storage is critical for cluster stability.

Docker in Production: Why Your Default Container Config is a Security Nightmare Waiting to Happen

It’s 2016, and containers are eating the world. But if you are blindly running `docker run` as root, you are inviting disaster. Here is the battle-hardened guide to locking down containers on Norwegian infrastructure.

Docker in Production: Surviving the Orchestration Wars of 2015

Managing containers across multiple nodes is the new infrastructure nightmare. We break down the current state of Docker Swarm, Kubernetes 1.0, and Mesos, and why your underlying hardware determines who wins.

Docker in Production? You're Probably Doing It Wrong (And It Could Cost You)

It's July 2015, and everyone is rushing to containerize. But running the Docker daemon as root without KVM isolation is a ticking time bomb. Here is the battle-hardened guide to securing your stack in Norway.

Container Orchestration Wars: Kubernetes, Swarm, or Mesos? A 2015 Survival Guide

The 'Docker run' honeymoon is over. We break down the current state of multi-host container orchestration, comparing Kubernetes, Docker Swarm, and Mesos for production environments in Norway.

LXC & Docker Security in 2014: Don't Let Your Container Break Out

Containerization is exploding, but the shared kernel model exposes risks. We dissect namespaces, cgroups, and why wrapping your containers in a KVM VPS is the only sane choice for production.

Docker Networking is Broken: A Deep Dive into Google's New Kubernetes Model

Docker v1.0 is here, but multi-host networking remains a nightmare. We analyze the "IP-per-Pod" model in Google's new Kubernetes project, dissect linux bridging, and explain why your underlying VPS architecture determines if your cluster flies or fails.

Container Security in 2014: Why Docker 1.0 Isn't a Sandbox (And How to Fix It)

Docker 1.0 is here, but running it in production requires more than a simple `docker run`. We dive into cgroups, namespaces, and why wrapping containers in KVM is the only way to satisfy Datatilsynet.

Container Security in 2014: Why Shared Kernels Keep Me Awake at Night

With Docker 0.11 making waves and LXC adoption growing, we dive deep into the security implications of containerization versus KVM virtualization. Learn how to harden your stack in the wake of Heartbleed.

Container Wars 2014: Docker vs. LXC vs. OpenVZ – Architecting for Stability

Docker is generating hype, but is version 0.7 ready for your production workloads? We analyze the container landscape from a Norwegian systems architect's perspective, comparing stability, isolation, and the necessity of KVM backbones.

The Virtualization Battleground: OpenVZ vs. LXC vs. KVM in High-Availability Environments

A deep dive into server virtualization strategies for 2013. We compare container-based virtualization (LXC, OpenVZ) against full hardware virtualization (KVM) and explain why kernel isolation is critical for Norwegian enterprises.

Stop Wasting RAM: Why Linux Containers (LXC) Are The Future of High-Performance Hosting

Hypervisors are heavy. In a world demanding millisecond latency, Linux Containers (LXC) offer bare-metal performance with VM-like manageability. Here is why you should care.

OpenVZ Containers: The Good, The Bad, and The "Failcnt" - A 2012 Perspective

Is OpenVZ the efficient champion of virtualization or a trap for oversold resources? A deep dive into user_beancounters, kernel sharing, and why your high-load database might deserve KVM instead.