DevOps Product Hunting
Browse docs
    • Introduction
    • Purpose
    • Quick Presentation
    • Technologies used
    • Pipeline structure
    • CI/CD
    • Dev, Ops & FinOps
    • Complete Pipeline
    • Dev Overview
    • Product Hunt API
    • Application Structure
    • Worker
    • API
    • Client
    • Tests
    • Release
    • Dev Conclusion
    • Ops Overview
    • State-Locking
    • Infrastructure Plan
    • Main Infrastructure
    • Review Environment
    • Production Environment
    • Kubernetes Best Practices
    • Monitoring
    • Ops Conclusion
    • Bonus: Prod Destroy
    • FinOps Overview
    • Infracost
    • Kubecost
    • FinOps Conclusion
    • Pipeline Duration
    • Final Structure

DevOps Product Hunting

  • Docs


  • GitHub

    • Introduction
    • Purpose
    • Quick Presentation
    • Technologies used
    • Pipeline structure
    • CI/CD
    • Dev, Ops & FinOps
    • Complete Pipeline
    • Dev Overview
    • Product Hunt API
    • Application Structure
    • Worker
    • API
    • Client
    • Tests
    • Release
    • Dev Conclusion
    • Ops Overview
    • State-Locking
    • Infrastructure Plan
    • Main Infrastructure
    • Review Environment
    • Production Environment
    • Kubernetes Best Practices
    • Monitoring
    • Ops Conclusion
    • Bonus: Prod Destroy
    • FinOps Overview
    • Infracost
    • Kubecost
    • FinOps Conclusion
    • Pipeline Duration
    • Final Structure
    • Introduction
    • Purpose
    • Quick Presentation
    • Technologies used
    • Pipeline structure
    • CI/CD
    • Dev, Ops & FinOps
    • Complete Pipeline
    • Dev Overview
    • Product Hunt API
    • Application Structure
    • Worker
    • API
    • Client
    • Tests
    • Release
    • Dev Conclusion
    • Ops Overview
    • State-Locking
    • Infrastructure Plan
    • Main Infrastructure
    • Review Environment
    • Production Environment
    • Kubernetes Best Practices
    • Monitoring
    • Ops Conclusion
    • Bonus: Prod Destroy
    • FinOps Overview
    • Infracost
    • Kubecost
    • FinOps Conclusion
    • Pipeline Duration
    • Final Structure

Dev Conclusion

Now that the application has been built, it is mandatory to automate all the building steps by creating jobs within the pipeline.

Here is the list of Dev jobs created to automate the development of the application:

Dev Jobs

📃 Find these jobs inside Gitlab CI configuration file →

These jobs are added to the pipeline and connected with the Ops jobs and the FinOps jobs.

← Release
Ops Overview →
  • Powered by Netlify, Hugo, and Doks