You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

We support open source Orchestration engine - EDEN. It has a  user-level CLI as an API and we plan to make a REST API  that Eden will expose 

Current commands that are supported  and used in the demo are: 

  • eden config add <config name>   - adds initial environment configuration 
  • eden config set <config name>  --key <config key> --value <key value>  - Updates the environment configuration 
  • eden setup - depending on the config prepares the correct image of Eve to run 
  • eden start - starts Orchestration engine
  • eden eve onboard - connects running eve to Orchestration engine
  • eden pod deploy - deploys a container (in the demo Fledge container)
  • eden pod delete - removes a container (in the demo Fledge container)
  • No labels