cli icon indicating copy to clipboard operation
cli copied to clipboard

Sandbox Spec

Open stevepeak opened this issue 6 years ago • 0 comments

The Sandbox is a frontend+server that is packaged with the CLI. It gives developers a full view over their service including the following details:

  1. Health checks
  2. Metrics form the container and from docker (startup time, shutdown time, ram/cpu)
  3. Logs from the container and from docker
  4. Exposes an address HTTP/RPC with the service
  5. List events in an accordion showing if there are an issues with the output
  6. Volume details
  7. Fail commands (send a kill -9 or -15 to the box to check behavior)
  8. Run a command (inputs are dynamically built via omg yaml)
  9. Pubsub with an option publish endpoint (the publish endpoint will still be the sandbox, but it will mirror the request to a user defined endpoint for testing another service)

stevepeak avatar Aug 28 '18 05:08 stevepeak