What are the two?

There are two methods for creating and distributing client certificates for Consul. What are the two? (select two)A . auto encryption B. openSSL generation C. Vault integration D. operator E. manualView AnswerAnswer: A,D Explanation: There are two methods for distributing client certificates, operator or auto encryption. The auto-encryption method introduced...

April 13, 2023 No Comments READ MORE +

True or False? Consul includes all its features in a single binary, such as service discovery, Consul Connect, and Consul Template.

True or False? Consul includes all its features in a single binary, such as service discovery, Consul Connect, and Consul Template.A . false B. trueView AnswerAnswer: A Explanation: While mostly true, Consul Template is not included in the Consul binary and is a separate download. https://releases.hashicorp.com/consul-template/

April 13, 2023 No Comments READ MORE +

What are two ways that a client or service can programmatically discover healthy nodes for a service registered in a local Consul cluster? (select two)

What are two ways that a client or service can programmatically discover healthy nodes for a service registered in a local Consul cluster? (select two)A . User Interface (UI) B. HTTP API C. federation D. DNSView AnswerAnswer: B,D Explanation: Applications can discover healthy nodes of a particular service by accessing...

April 13, 2023 No Comments READ MORE +

What are some reasons that the service does not return any valid hosts?

The organization uses a service named phone-book for hitting a web service to lookup client phone numbers. However, users complain that the service is currently unavailable. You perform a manual DNS query of the service and the DNS response includes no value. What are some reasons that the service does...

April 12, 2023 No Comments READ MORE +

Based on the screenshot below, select the answers that are true: (select three)

Based on the screenshot below, select the answers that are true: (select three) A . Consul will continue to send traffic to this host since the host is healthy B. although the host has registered, the health check is failing C. there is a single node that has registered the...

April 12, 2023 No Comments READ MORE +

Complete the sentence using the answers below (select two):

Complete the sentence using the answers below (select two): In production, you would run a Consul agent in either ______ mode or ______ mode.A . performance B. client C. server D. service E. developmentView AnswerAnswer: B,C Explanation: In production, you would run each Consul agent in either in server or...

April 12, 2023 No Comments READ MORE +

After enabling auto_encrypt, where do Consul clients store the certificates that are automatically generated by the Consul CA?

After enabling auto_encrypt, where do Consul clients store the certificates that are automatically generated by the Consul CA?A . in the same directory of the Consul agent configuration B. the local certificate store on the client C. on the root drive on the client in the .consul directory D. they...

April 12, 2023 No Comments READ MORE +

Complete the following sentence with the proper order of answers:

Complete the following sentence with the proper order of answers: Consul uses two types of certificates for encryption. Consul agent communications are secured by _________ and Consul Connect uses __________ between registered services.A . mutual TLS, TLS B. SSL, TLS C. mutual TLS, SSL D. TLS, mutual TLSView AnswerAnswer: D...

April 12, 2023 No Comments READ MORE +

What are the two ways?

There are two methods to bind the Consul service to a specific IP address. What are the two ways? (select two)A . in the command line that is executed when the Consul service is started B. using the configuration file C. setting the preferred static IP address on eth0 rather...

April 11, 2023 No Comments READ MORE +

Complete the sentence using the correct answer below:

Complete the sentence using the correct answer below: When authentication is enabled, a Consul token should be provided to make API requests using the ___________ or ___________ header.A . Consul_Token B. Token C. X-Consul-Token D. Authorization: Bearer E. ACL_TokenView AnswerAnswer: C,D Explanation: When authentication is enabled, a Consul token should...

April 11, 2023 No Comments READ MORE +