GoogleContainerTools / skaffold

Easy and Repeatable Kubernetes Development
https://skaffold.dev/
Apache License 2.0
14.99k stars 1.62k forks source link

[UI] Running skaffold on application with multiple microservices produces ton and tons of logs. #4134

Closed tejal29 closed 3 years ago

tejal29 commented 4 years ago

Running skaffold on application with Hipster Shop produces a lot of output with the build logs.

It is really difficult to know how many of the microservices were built and how many are remaining. A progress or a status update for each artifact would help a lot like

Building 
 - emailservice             Done
 - productcatalogservice.   In Progress
 - recommendationservice    Not Started
 - shippingservice          Not Started
 - checkoutservice          Not Started
 - paymentservice           Not Started
 - currencyservice          Not Started
 - cartservice              Not Started
 - frontend                 Not Started
 - loadgenerator            Not Started
 - adservice                Not Started

(Gave up on aligning the columns) Thanks Tejal

tejal29 commented 3 years ago

Closing this. Using Cloud code new UI re-design, this problem is solved!