Skip to content

Latest commit

 

History

History
 
 

arm64

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SFC controller on ARM64

The SFC Controller is successfully built also for ARM64 platform. In this folder you find the documentation related to ARM64:

Quickstart

For a quick start with the SFC Controller, you can use pre-built Docker image on Dockerhub.

  1. 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.

  2. 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