DevOps Introduction — Devops Flow

FoxuTech
2 min readOct 24, 2018

--

As we seen about Software delivery life cycle, next interesting topic to discuss is Devops Terms, what is mean and what its does. What are those?

  • Continuous Integration
  • Continuous Delivery
  • Continuous Management
  • Infrastructure as code
  • Orchestration

Continuous Integration

As we seen software delivery environment is keep changing its hard for developer and QA to maintain the high quality with rapid changes. Its forced adopt some automation technologies like Continuous Integration (CI). Continuous integration contains the tools, such as Version Control Systems (VCS), Build Server and Testing.

Version Control System is kind of database. It lets you save a snapshot (Snapshot is the entire state of your project at a given point of time.) of the complete project at any point of time. It helps developer to maintain source code in central server. It prevents from overwriting and conflicting with other developers.

Version Control Systems (VCS) are tools that help teams manage and track changes in code over time.

Read Full article on https://foxutech.com/devops-flow/

--

--

FoxuTech
FoxuTech

Written by FoxuTech

Discuss about #Linux, #DevOps, #Docker, #kubernetes, #HowTo’s, #cloud & IT technologies like #argocd #crossplane #azure https://foxutech.com/

No responses yet