Given the following prepared query, what steps can be taken to easily redirect users to a new version of an application? (select two)
Given the following prepared query, what steps can be taken to easily redirect users to a new version of an application? (select two) { "Name": “hashiconf-app", "Service": { "Service": “conference-app", "Tags": ["v9.10"] } }A . create a new prepared query to reflect the changes required B. update the prepared query...
Select the benefits that the LAN gossip pool provides to a Consul datacenter (select three)
Select the benefits that the LAN gossip pool provides to a Consul datacenter (select three)A . reliable and fast event broadcasts B. failure detection work to be shared by the entire cluster C. automatically discover servers, reducing the amount of configuration needed D. perform cross datacenter requestsView AnswerAnswer: A,B,C Explanation:...
HashiCorp Consul is a networking automation tool that provides what functionality for an organization? (select six)
HashiCorp Consul is a networking automation tool that provides what functionality for an organization? (select six)A . enables secure communication between services B. service configuration C. scheduling of services and containers D. provides service segmentation E. service discovery F. key/value storage G. service-mesh control planeView AnswerAnswer: A,B,D,E,F,G Explanation: The key...
When deploying a new Consul cluster, multiple options can be used to bootstrap the cluster by setting the value in the configuration file or the command line. Select the valid parameter/command line flag that can be used. (select three)
When deploying a new Consul cluster, multiple options can be used to bootstrap the cluster by setting the value in the configuration file or the command line. Select the valid parameter/command line flag that can be used. (select three)A . -consul_join B. -create_cluster C. -join D. -start_join E. -retry_joinView AnswerAnswer:...
Which method below would provide automated backups and ensure that the snapshots are stored on a secure, durable storage solution?
You are running a Consul Enterprise deployment with immutable nodes and want to establish a backup strategy since Consul is heavily used within your organization. Which method below would provide automated backups and ensure that the snapshots are stored on a secure, durable storage solution?A . logging into the node...
During leadership election, which members in the local datacenter get a vote to elect a new leader?
During leadership election, which members in the local datacenter get a vote to elect a new leader?A . Consul server nodes B. Consul clients C. Consul servers, read-only server nodes, and clients D. Consul servers and clientsView AnswerAnswer: A Explanation: Consul's consensus protocol (Serf) is responsible for electing a leader...
What are the two?
When ACLs are bootstrapped, Consul creates two special tokens that can be used immediately. What are the two? (select two)A . primary token B. DNS token C. anonymous token D. master tokenView AnswerAnswer: C,D Explanation: Consul will automatically create two tokens when the ACL system is bootstrapped. The master token,...
Based on the file below, in what directory would you place the consul.hcl configuration file in order to start the Consul service?
Based on the file below, in what directory would you place the consul.hcl configuration file in order to start the Consul service? A . /usr/local/bin B. /opt/services/consul C. /etc/consul.d/ D. /etc/systemd/system/View AnswerAnswer: C Explanation: Based on the executable statement in the service file, all .hcl configuration files for Consul would...
From the health checks below, which health check would be defined as a script check?
From the health checks below, which health check would be defined as a script check?A . { "check": { "id": "web-app", "name": "Web App Status", "notes": "Web app does a curl internally every 10 seconds", "ttl": "30s" }} B. { "check": { "id": "ssh", "name": "SSH TCP on port 22",...
Complete the sentence from the selections below (select three):
Complete the sentence from the selections below (select three): A Consul client is a lightweight process that _______, _______, and _______.A . forwards queries to servers B. maintain Consul's state C. runs health checks D. registers servicesView AnswerAnswer: A,C,D Explanation: Non-server agents run in client mode. A client is a...