Getting Started with HashiCorp Nomad - Secure Gossip Encryption

Getting Started with HashiCorp Nomad - Secure Gossip Encryption

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains the importance of gossip encryption in securing clusters using the SURF protocol. It covers the configuration of encryption keys, sharing them across data centers, and generating a 32-byte key using the Nomad tool. The tutorial also demonstrates how to implement encryption in server configuration files and validate its activation. A practical demo shows the process of enabling gossip encryption in a lab setting.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default state of gossip in a Nomad cluster?

Encrypted

Compressed

Clear text

Hashed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tool is recommended for generating a gossip encryption key in Nomad?

Nomad CLI

Nomad operator gossip key ring generate

OpenSSL

Terraform

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the format of the gossip encryption key used in Nomad?

64-byte hexadecimal

16-byte binary

128-byte ASCII

32-byte base64

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should the generated encryption key be placed in the Nomad configuration?

In the environment variables

In the client configuration file

In the Nomad binary directory

Under the 'encrypt' parameter in the server configuration stanza

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you verify that gossip encryption is enabled in a Nomad cluster?

By checking the server logs

Using the 'nomad agent info' command

By inspecting the network traffic

Using the 'nomad encrypt status' command