lagrangedao / go-computing-provider

A golang implementation of computing provider
MIT License
2 stars 35 forks source link

Feat: add deploy app log #34

Open sonic-chain opened 1 year ago

sonic-chain commented 1 year ago

CP offers real-time display of pod running logs based on various space_uuids. Upon receiving a job, CP generates build_log_url and container_log_url, both of which are sent back to the server. The frontend utilizes these URLs to establish WebSocket objects and load the log data stream.

Normalnoise commented 1 year ago

@PlutoNbai please leave your comment about the CP log to Lagrange server and web.

Normalnoise commented 1 year ago
image

we can refer the similar design

sonic-chain commented 1 year ago

The new features have been developed in this branch: https://github.com/sonic-chain/go-computing-provider/tree/feat-cp-logs

sonic-chain commented 1 year ago

Use case: