NickyDaB / RND

A repo to organise learning and exploration across people.
0 stars 0 forks source link

What is a microservice? #3

Open NickyDaB opened 5 years ago

NickyDaB commented 5 years ago

Question:

What is a microservice?

Answer:

???

Approach:

here replace this with a short summary of how you addressed the problem. in the comments place step by step notes of progress as you go

What is next:

Define the next steps and follow up here

NickyDaB commented 5 years ago

Why run CAST as one big thing? Can you run all the inventory stuff as little parts? like when a daemon boots up it can call the gpu inventory block, then the ssd, hca, dimm, processor.

then if we have a bug or a feature improvement for the ssd inventory, we could pull down that block, then put up the new block, and the main daemon and the other blocks wouldnt have to be reset. and the system could keep running. no down time.

am I understanding this right so far?

make this a demo issue.