34
@petabridge Petabridge.com Intro to Akka.Cluster Andrew Skotzko Co-Founder, Petabridge @askotzko

Slides - Intro to Akka.Cluster

Embed Size (px)

Citation preview

@petabridge Petabridge.com

Intro to Akka.Cluster

Andrew Skotzko

Co-Founder, Petabridge

@askotzko

@petabridge Petabridge.com

Introduction to Clustering

• What is a cluster?

• What does clustering give me?

• How do I enable clustering?

• How do I actually use clustering?

@petabridge Petabridge.com

Benefits of Clustering

• Elastic

• Recover from failure

• Easy microservices

And the best part…

@petabridge Petabridge.com

NOTE: All nodes in an

Akka.NET Cluster must have

the same ActorSystem name.

@petabridge Petabridge.com

Seed Node: Initial, well-known

nodes contacted by nodes

attempting to join the cluster

@petabridge Petabridge.com

Lighthouse - Dedicated Seed

Node for Akka.NET• Never needs to be

upgraded*

• Configurable

• Low resource

consumption

@petabridge Petabridge.com

Running Multiple Akka.NET

Apps in a Cluster

(Microservices)