You are developing microservices on a Kubernetes system. When developers push new code to a branch, you want to have your application deployed on Kubernetes using the CI/CD pipeline that automatically picks up new changes in the main branch-In this scenario, what are three steps to accomplish this deployment workflow? (Choose three.)
Select all that apply, then click Submit answer.
-
○
Issue a pull request.
-
○
Reset the Git branches.
-
○
Commit changes to a Git branch
-
○
Configure Git hooks.
-
○
Merge code changes to the main branch.