You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
andy shi edited this page Dec 13, 2017
·
10 revisions
Short Name
Deploy Akka Cluster on Kubernetes
Short Description
Offering Type
Cloud
Introduction
Two sentence introduction
Author
Andy Shi
Code
link to code repo
Demo
link to demo video
Video
link to youtube video
Overview
Akka cluster is a fault-tolerant peer-to-peer cluster membership service. It manages resilience & elasticity of its members. Kubernetes, an open-source solution for container orchestration, also manages resilience & elasticity of containers in general. In this code pattern, we'll have the first taste of how to deploy Akka cluster on Kubernetes.