home
Homepage
getting-started
Getting Started
Basics
Distributed Data
Hierarchy Management
building-blocks
Primitives
Service Discovery Primitives
Udp Anycast
examples
Local Examples
Cluster Examples
Launching A Local Ap Cluster

# Local Examples

# Cluster Examples

Below you can find examples to learn Artillery. You can also take a look at the Core Examples .

# Launching a local AP Cluster

To spawn a local AP cluster at any size you can use the command below in the root directory of the project.

$ deployment-tests/cluster-mdns-ap-test.sh -s 50
$ killall cball_mdns_sd_infection

Argument -s defines the amount of nodes in the cluster. To shut down the cluster either use killall or kill processes one by one to see that cluster is self-healing.