mooc-notes

Notes from online courses

View on GitHub

Container Orchestration with Swarm Mode - Cloud Academy course by Logan Rakai

Introduction

Part 1 - Course Introduction

Pre-requisites

Learning objectives


Part 2 - Overview

Agenda

Why Swarm?

Swarm Mode

Swarm Mode Concepts


Architecture

Part 3 - Architecture: Networking

Agenda

Networking

Overlay Networks

Network Isolation and Firewalls

Internal Load Balancing

DNS Round Robin

External Access

Routing Mesh


Part 4 - Orchestration

Agenda

Service placement


Part 5 - Consistency

Agenda

A Swarm can have several managers and worker nodes. If so how can consistency be ensured?

Raft Consensus

Manager tradeoffs

Working manager

Working nodes


Part 6 - Security

Agenda

Cluster management

Data Plane

Raft Logs/ Secrets

Locking a Swarm


Demos

skipped taking notes


Wrap up

Part 11 - Summary