Free Practice Mock Questions Set 6-10 (Quiz # 2) for LPI 701-100 Exam, according to official LPI Linux Professional Institute DevOps Tools Engineer Exam 701 exam syllabus topic # 1
Which configuration option in the Ansible inventory is issued control privilege escalation of the remote user?
Answer : D
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
Which of the log messages below matches the following Logstash grok filter?
grok {
match => [''message'', ''%{SYSLOGBASE} new node %{IPORHOST:node}'' ]
}
Answer : C
How is a Docker container image retrieved from a Docker registry?