Run

Prerequisites

Make sure you have the following dependencies to run NSM:

  • A Kubernetes Cluster - good options include:
    • kind - usually the easiest choice. Run:
1
2
3
4
5
6
7
echo "
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker" | kind create cluster --config -

Install Spire

If you do not already have Spire on your system install Spire

Follow the instructions in the README.md

Install NSM

If you do not already have NSM infrastructure on your system install NSM

Follow the instructions in the README.md

Examples

Try one of the many examples