DevOps Classroom notes 04/Sep/2025

Popular Git Hostings

  • Github
  • Gitlab
  • Bitbucket
  • Azure Source Repos
  • AWS Code Commit

Continuous Integration (CI)

  • Prior to this approach, integration used to happen at later stages in the project causing failures.
  • Continuous Integration is all about
    • maintaing a single repository with all the changes from different teams
    • After every commit pushed,
      • build the whole code
      • smoke/sanity testing.
      • code quality tests
  • To perform CI we would need tools,
    • some of earlier tools include jenkins, cruize control …
    • next generation CI/CD was all declarative (YAML => Pipeline as Code)
      • GitHub ACtions
      • Gitlab pipleines
      • Azure DevOps Pipelines

CI Workflow

Preview

Types of Testing

  • What would be tests for redbus if i’m performing
    • Smoke Test
    • Stress Test
    • Performance Test
    • Penetration Test

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube