Valid 1z0-1084-23 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-1084-23 Exam! ExamDiscuss.com now offer the newest 1z0-1084-23 exam dumps, the ExamDiscuss.com 1z0-1084-23 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-1084-23 dumps with Test Engine here:
You deployed a Python application to an Oracle Container Engine for Kubernetes (OKE) cluster. However, while testing you found a bug, which you rectified and then created a new Docker image. You now need to ensure that if this new image does not work once deployed, you should be able to roll back to the previous version. Using kubect1, which strategy should you use?
Correct Answer: C
A rolling update is a deployment strategy that gradually replaces the old version of an application with the new version without any downtime4. OKE supports rolling updates by using the kubectl rollout command4. A rolling update allows you to roll back to the previous version if something goes wrong with the new version4. Therefore, using a rolling update strategy with kubectl ensures that you can roll back to the previous version of your Python application if the new image does not work once deployed. Verified Reference: Deploy Oracle Container Engine for Kubernetes