The SFC Controller is successfully built also for ARM64 platform. In this folder you find the documentation related to ARM64:
- Notes about etcd on ARM64
- Notes about kafka on ARM64
- Short description how to pull the ARM64 images from dockerhub and to start it.
For a quick start with the SFC Controller, you can use pre-built Docker image on Dockerhub.
-
Start ETCD and Kafka on your host (e.g. in Docker as described here and here). Note: The SFC Controller in the pre-built Docker image will not start if it can't connect to Etcd.
-
Run SFC Controller in a Docker image:
docker pull ligato/dev-sfc-controller-arm64
docker run -it --name sfc --rm ligato/dev-sfc-controller-arm64