Free Practice Mock Questions Set 1-5 (Quiz # 1) for LPI 701-100 Exam, according to official LPI Linux Professional Institute DevOps Tools Engineer Exam 701 exam syllabus topic # 2
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?
Answer : B
How is a Docker container image retrieved from a Docker registry?
What is the Puppet equivalent to an Ansible Playbook called?
Answer : A
Which of the log messages below matches the following Logstash grok filter?
grok {
match => [''message'', ''%{SYSLOGBASE} new node %{IPORHOST:node}'' ]
}
Answer : C