Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three correct answers.)
Correct Answer:BCD
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?
Correct Answer:B
What statement is true regarding the Swarm service created by the following command? docker service create --name myweb --network webnet --mode global nginx
Correct Answer:C
How is cloud-init integrated with a managed system image?
Correct Answer:D
Which of the following Ansible tasks copies the file example.txt to a manage system?
Correct Answer:B
Which Ansible command is used to manage and store sensitive data in encrypted files? (Specify ONLY the command without any path or parameters.)
Solution:
ansible-vault
Does this meet the goal?
Correct Answer:A