Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Do you know the 12-factor methodology to build a microservice?

Pragya Keshap answered on February 21, 2023 Popularity 3/10 Helpfulness 8/10

Contents


More Related Answers

  • Principles Used to Design Microservice Architecture
  • Microservices – Definition, Principles and Benefits
  • Additional considerations and factors when implementing the microservice architecture pattern
  • What are the main distinguishing factors between microservices architecture and SOA?
  • Good design principles for microservices, the 12-factor app:
  • 12 Factor App Methodology

  • Do you know the 12-factor methodology to build a microservice?

    1

    The 12-factor methodology is a set of best practices for building software-as-a-service (SaaS) applications that are:

    Build for scale from the start

    Use declarative format for setup and deploy

    Strictly separate build and run stages

    Export services via port binding

    Use a dependency injection

    Store config in the environment

    Treat logs as event streams

    Run as a single process

    Disposability

    Maximize robustness with fast startup and graceful shutdown

    Keep development, staging, and production as similar as possible

    Treat backing services as attached resources 

    https://12factor.net/

    Popularity 3/10 Helpfulness 8/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 21 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.