As a department starts following NetDevOps principles, how should the network monitoring strategy be updated to provide more visibility into the user experience?
Updating tools to pull or stream monitoring metrics from APIs instead of using legacy protocols is an important part of a NetDevOps strategy, as it allows for more efficient and automated data collection, as well as better visibility into the user experience. APIs for network monitoring are becoming increasingly common, as they allow for a more direct connection to the devices themselves, and can provide access to more detailed and specific metrics. Cisco's DevOps Solutions and Practices Guide recommends leveraging APIs to monitor the user experience, as they can provide access to more specific metrics and can be integrated with other monitoring tools.
A DevOps engineer must build a Docker image to containerize an application. Then the image must be pushed to a repository on Docker Hub in a CI/CD pipeline using GitHub Actions.
Which approach securely encrypts the Docker Hub access token as an environment variable within the CI/CD pipeline?
A team must roll out updates on the production instance of an application. To avoid any service down time, the new version must be released alongside the old version. After the team ensures that the new version operates as it should, traffic will be redirected to the new version. Then the old version will be shut down.
Which deployment strategy must be used?
The new version of the application is deployed to one of the environments, and then traffic is gradually shifted to the updated environment. This strategy allows the team to test the new version before releasing it to the public, ensuring that it is operating as expected. After the new version is tested and approved, traffic is fully shifted to the new environment and the old environment is shut down.
A DevOps engineer must build a Docker image to containerize an application. Then the image must be pushed to a repository on Docker Hub in a CI/CD pipeline using GitHub Actions.
Which approach securely encrypts the Docker Hub access token as an environment variable within the CI/CD pipeline?
A team must roll out updates on the production instance of an application. To avoid any service down time, the new version must be released alongside the old version. After the team ensures that the new version operates as it should, traffic will be redirected to the new version. Then the old version will be shut down.
Which deployment strategy must be used?
The new version of the application is deployed to one of the environments, and then traffic is gradually shifted to the updated environment. This strategy allows the team to test the new version before releasing it to the public, ensuring that it is operating as expected. After the new version is tested and approved, traffic is fully shifted to the new environment and the old environment is shut down.
Submit Cancel