Name a few branching strategies used in devops?
Answer / Subhash Chandra
Some common branching strategies used in DevOps include Git Flow, Feature Branch, and Forking. Git Flow involves creating a 'develop' branch for new features and bug fixes, and a separate 'master' branch for production releases. The Feature Branch strategy involves creating a separate branch for each feature or bug fix, which is then merged back into the 'develop' or 'master' branch after completion. Forking involves creating independent copies of a project in order to develop new features without affecting the original codebase.
| Is This Answer Correct ? | 0 Yes | 0 No |
List the major difference between the agile and devops?
What is Git?
What is IaC in DevOps?
What’s a PTR in DNS?
Explain the significance of the agile process in devops implementation.
Explain some of the metrics that were followed for devops success.
What is the difference between memcache and memcached?
What are the anti-patterns of devops ?
What is the role of aws in devops ?
How does kubernetes provide high availability of applications in a cluster?
What all the major containerization tools in devops ?
Define a typical devops work flow ?