/plushcap/analysis/aerospike/aerospike-containers-at-the-gate-docker-orchestration-at-scale

Containers at the Gate: Docker Orchestration at Scale

What's this blog post about?

This blog post discusses how containers, specifically Aerospike, are changing the way applications are architected and deployed. Containers provide encapsulation of dependencies for processes and isolation at runtime, making them a natural fit for microservice-like architectures. Aerospike is well-suited to container deployment due to its shared-nothing architecture, automatic hashing of keys across the cluster, automatic healing of the cluster, automatic discovery of the cluster topology, and automatic replication of data across nodes. The post also covers Docker's Swarm mode for orchestrating multi-container applications and scaling up and down the persistence layer. It provides a step-by-step guide on how to deploy an Aerospike Cluster across multiple Docker hosts using Swarm, Compose, and Multi-host Networking.

Company
Aerospike

Date published
Jan. 26, 2016

Author(s)
Aerospike Marketing

Word count
1578

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.