Exam4Training

True or False? After executing the command below, the two registered services (front-end & inventory) will be able to communicate, assuming all other configurations are correct? consul intention create front-end inventory

True or False? After executing the command below, the two registered services (front-end & inventory) will be able to communicate, assuming all other configurations are correct? consul intention create front-end inventory
A . True
B. False

Answer: A

Explanation:

When creating an intention, the default action is Allow, therefore the configuration above will permit the front-end service and the inventory service for communication.

To create a Deny intention, use the -deny flag when running the command (i.e, consul intention create front-end inventory -deny)

Exit mobile version