Actuators

The description about the communication workflow of the Executor component with the Actuators can be found here.

Kubernetes-Actuator

The kubernetes-actuator was developed in Java, and it uses Spring Boot.

A base library was used to to develop the actuator, and it is available here.

The service will be available on http://[BASE_URI]/k8sActuator/

The path should be available for the Executor invoke the adaptations. The actuator can be registered through the Admin Console.

Demo Python Actuator

The Demo Python Actuator was developed in Python, and it uses Flask.

A Base library was used to develop the actuator, and it is available here.

The service will be available on http:://[BASE_URI]/ActuatorAPI/

The path should be available for the Executor invoke the adaptations. The actuator can be registered through the Admin Console.