Basics Flashcards

1
Q

Consul is a distributed system designed to run on

A

a cluster of nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A node can be

A

a physical server, cloud instance, virtual machine, or container

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Connected together, the set of nodes Consul runs on is called

A

a datacenter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Within the datacenter, Consul can run in two modes

A

server or client.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Server agents maintain _ for Consul.

A

the consistent state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Clients are _ that run on _.

A

a light-weight process

every node where services are running

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A datacenter will have _ servers and many _.

A

between 3 - 5

clients

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Draw a consul client-server architecture

A

https://learn.hashicorp.com/img/consul/consul-dc.png

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Consul runs as a _. _ and Consul will still function.

A

single binary namedconsul

Any other files in the package can be safely removed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly