Which of the following sections must exist in a Packer template?
How is a Docker container image retrieved from a Docker registry?
Which of the log messages below matches the following Logstash grok filter?
grok {
match => [“message”, “%{SYSLOGBASE} new node %{IPORHOST:node}” ]
}
Which of the following elements are presents in a Vagrant box file? (Choose two correct answers.)
What happens when a merge conflict occurs in git? (Choose two correct answers.)
What implications does container virtualization have for DevOps? (Choose two answers.)
Consider the following Kubernetes Deployment:
With the ReplicaSet:
And the Pods:
What happens if one of the Pods is terminated with the command kubect1 pod delete?
Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three correct answers.)