spawn

Install

The recommended way to install Spawn is via our Kubernetes Operator.

Prerequisites

Important: Nats broker is only necessary if you want to use the Activators feature or if you need your actors to communicate between different ActorSystems.

Instructions

To install you need to download the Operator manifest file. The following command shows how this could be done directly via the command line:

kubectl create ns eigr-functions && curl -L https://github.com/eigr/spawn/releases/download/{release-version}/manifest.yaml | kubectl apply -f -

NOTE: You need to inform the desired release version. For example:

kubectl create ns eigr-functions && curl -L https://github.com/eigr/spawn/releases/download/v1.4.3/manifest.yaml | kubectl apply -f -

Next: Getting Started

Previous: Features