A developer has created a deployment that should launch a pod to run their database
service. The pod should launch with a metadata name of “Cisco-DB," and the developer
has added it to the "Cisco" namespace in their deployment.
Which Kubernetes command confirms that the service is running and usable?
A.
kubectl -n Cisco get services | grep “Cisco-DB”
B.
kubectl -n Cisco get pods | grep “Cisco-DB”
C.
kubectl get pods | grep “Cisco-DB”
D.
kubectl -n Cisco get service | grep “Cisco-DB”
kubectl get pods | grep “Cisco-DB”
Which Docker command is used to start an interactive Bash shell in a running container
named “test”?
A.
docker attach -it test /bin/bash
B.
docker run -it test /bin/bash
C.
docker exec -it test /bin/bash
D.
docker run test /bin/bash
docker exec -it test /bin/bash
Construct an Ansible script to gather information about target routers and then use it to
apply no ip redirects to every interface on each device. Drag and drop the code from the
bottom onto the correct location in the exhibit to complete the tasks section of the Ansible
playbook so that it accomplishes your goal.
ConfigMap keys have been mapped to different file names using the
volumes.configMap.items field. What is the result if a wrong ConfigMap key is specified?
A.
The default path is not used.
B.
The volume is not created.
C.
The volume is created.
D.
The volume is created with errors.
The default path is not used.
How long analysis systems such as Elasticsearch, Logstash, and Kibana Stack handle
ingesting unstructured logs from different devices in various formats?
A.
All devices that generate syslogs must use agents that process the local logs and
transmit them in a specific format to the ELK Stack
B.
All logs are stored in their unstructured text format, and the ELK Stack performs data
analysis by intelligently parsing the logs using machine learning algorithms.
C.
All different message formats are parsed separately using custom filters, and the
resulting structured data is stored for later analysis.
D.
A single, comprehensive log format is defined on the ELK Stack. All incoming logs,
regardless of format, are transformed to match the comprehensive format, and only
applicable fields are populated.
A single, comprehensive log format is defined on the ELK Stack. All incoming logs,
regardless of format, are transformed to match the comprehensive format, and only
applicable fields are populated.
Page 3 out of 12 Pages |
Previous |