Kagetaka:Saito 的去中心化微服务编排

129 阅读1分钟

Kagetaka : Saito的分散式微服务协调机制

从Andre Pires那里为Go 1.17克隆和重用:https://github.com/strabox/caravela

更多精彩内容,敬请期待。

  • 完成现代Docker/Go集成
  • Saito Rust集成
  • WASM微服务
  • 机密安全

目前,构建工作是如何进行的。

git clone https://github.com/ThomasPluck/kagetaka
cd kagetaka && make build

命令没有修改安德烈-皮雷斯的原始实现,这些命令包括。

COMMANDS:
     help, h  Shows a list of commands or help for one command
   Caravela system management:
     join, j    Join a caravela instance
     create, c  Create a caravela instance
     exit, e    Shutdown from the CARAVELA instance, makes the node leave
   User's containers management:
     run, r        Launch a container in the Caravela instance
     container, c  Options for managing user's containers

GLOBAL OPTIONS:
   --log value, -l value  Controls the granularity of the log traces (default: "fatal")
   --ip value             IP of the caravela instance/daemon to send the request (default: "127.0.0.1")
   --help, -h             show help
   --version, -v          print the version

GitHub

github.com/ThomasPluck…