@startuml boundary "oc-workflow" as workflow boundary "oc-monitord" as monitord boundary "local oc-datacenter" as locdc boundary "remote oc-datacenter" as rocdc workflow --> locdc : POST /booking/ {booking object} locdc --> locdc : create Namespace + ServiceAccount workflow --> rocdc : POST /boking/ rocdc --> rocdc : create \nNamespace + \nServiceAccount monitord --> monitord : retrieves a Workflow to execute monitord --> monitord : workflow needs repartited execution ' monitord --> rocdc : POST /????? (route that use the same \nmethods as /booking/ to create NS & SA) monitord --> rocdc : POST /admiralty/source monitord --> rocdc : GET /admiralty/kubeconfig/:execution_id rocdc -> monitord : base64 encoded edited kubeconfig with token (**how to make it secure** ???) monitord --> locdc : POST /admiralty/secret/:execution_id monitord --> locdc : POST /admiralty/target/:execution_id monitord --> locdc : GET /admiralty/nodes/:execution_id \n(if the node is up it means ALL GOOD) @enduml