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

Another very important support function is an edge server. As we already described in Chapter 1, Introduction to Microservices, in the Edge server section, it can be used to secure a microservice landscape, which involves hiding private services from exte

Pragya Keshap answered on February 17, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Architecture with an Edge server

  • Another very important support function is an edge server. As we already described in Chapter 1, Introduction to Microservices, in the Edge server section, it can be used to secure a microservice landscape, which involves hiding private services from exte

    0

    When the microservices start up, they ask the configuration server for its configuration.

    The configuration server gets the configuration from, in this case, a Git repository.

    Optionally, the Git repository can be configured to send notifications to the configuration server when Git commits are pushed to the Git repository.

    The configuration server will publish change events using Spring Cloud Bus. The microservices that are affected by the change will react and retrieve its updated configuration from the configuration server.

    Finally, Spring Cloud Config also supports the encryption of sensitive information in the configuration, such as credentials.

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 17 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.