0 votes
in Cloud Foundry by

What are Consul and BBS?

1 Answer

0 votes
by

Cloud Foundry component VMs communicate with each other internally through HTTP and HTTPS protocols, sharing temporary messages and data stored in two locations:

A Consul server stores longer-lived control data, such as component IP addresses and distributed locks that prevent components from duplicating actions.

Diego’s Bulletin Board System (BBS) stores more frequently updated and disposable data such as cell and application status, unallocated work, and heartbeat messages. The BBS stores data in MySQL, using the Go MySQL Driver.

Related questions

0 votes
asked Jun 21, 2022 in Consul by john ganales
0 votes
asked Jun 21, 2022 in Consul by john ganales
...