Which Kubernetes object is used to create a ClusterIP or NodePort?
Which Kubernetes object is used to create a ClusterIP or NodePort?A . service B. pod C. deployment D. loadbalancerView AnswerAnswer: A
Refer to the exhibit. A developer is creating a health check monitoring script that queries information from the Cisco DNA Center platform. The script must trigger an alert if a site health statistic named accessGoodCount drops below 80 and if a network statistic named latestHealthScore is 95 or less
DRAG DROP Refer to the exhibit. A developer is creating a health check monitoring script that queries information from the Cisco DNA Center platform. The script must trigger an alert if a site health statistic named accessGoodCount drops below 80 and if a network statistic named latestHealthScore is 95 or...
Drag and drop the code snippets from the bottom onto the boxes in the GitLab CI configuration to achieve the requirements for the design. Not all options are used
DRAG DROP A DevOps engineer is designing a precheck validation of the network state in a CI/CD pipeline and must implement this workflow: • Take a source Docker image named alpine • Define two stages named build and push • Check network connectivity before the stages run • Fetch the...
Refer to the exhibit. A developer is creating a health check monitoring script that queries information from the Cisco DNA Center platform. The script must trigger an alert if a site health statistic named accessGoodCount drops below 80 and if a network statistic named latestHealthScore is 95 or less
DRAG DROP Refer to the exhibit. A developer is creating a health check monitoring script that queries information from the Cisco DNA Center platform. The script must trigger an alert if a site health statistic named accessGoodCount drops below 80 and if a network statistic named latestHealthScore is 95 or...
What is the impact of using the Drone.io CI/CD tool on the local installation step?
What is the impact of using the Drone.io CI/CD tool on the local installation step?A . slows down the development B. delays the deployment of components C. speeds up the procedure D. complicates the application processView AnswerAnswer: C
Which approach accomplishes this goal?
A new banking application is being developed as the main currency exchange resource for all the customers on a global scale. The application must comply with the security based on the deployed region. Therefore, the CI/CD pipeline must be created with the highest security possible. Which approach accomplishes this goal?A...
Refer to the exhibit
DRAG DROP Refer to the exhibit. A development team is designing an application that will include multiple components and services. To streamline the process, CO/CD must be implemented. Drag and drop the CI/CD pipeline stages from the left onto the targets on the right. View AnswerAnswer:
Refer to the exhibit. A developer is creating a health check monitoring script that queries information from the Cisco DNA Center platform. The script must trigger an alert if a site health statistic named accessGoodCount drops below 80 and if a network statistic named latestHealthScore is 95 or less
DRAG DROP Refer to the exhibit. A developer is creating a health check monitoring script that queries information from the Cisco DNA Center platform. The script must trigger an alert if a site health statistic named accessGoodCount drops below 80 and if a network statistic named latestHealthScore is 95 or...
Which Docker command is used to start an interactive Bash shell in a running container named “test”?
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/bashView AnswerAnswer: C
How is the log formatted?
Refer to the exhibit. A Python script implements a logger server. The log receives a message from Base that contains this text: TextMessage. How is the log formatted?A . Base Alter: TextMessage B. Undefined: TextMessageBase C. TextMessage -> Base D. TextMessage -> Alter BaseView AnswerAnswer: C