KevinGilmore 6f26499f3e
Update spring-cloud/spring-cloud-kubernetes-2/pom.xml
Co-Authored-By: cscib <caroline.sciberras@gmail.com>
2019-03-23 13:36:41 +01:00
..
2019-01-26 10:41:54 +02:00

The Module Holds Sources for the Following Articles

  • Quick Intro to Spring Cloud Configuration

    Spring Cloud Config is Springs client/server approach for storing and serving distributed configurations across multiple applications and environments.

    In this write-up, well focus on an example of how to setup a Git-backed config server, use it in a simple REST application server and setup a secure environment including encrypted property values.

  • Introduction to Spring Cloud Netflix Eureka

    In this article, well introduce client-side service discovery via “Spring Cloud Netflix Eureka“.

    Client-side service discovery allows services to find and communicate with each other without hardcoding hostname and port. The only fixed point in such an architecture consists of a service registry with which each service has to register.

Relevant Articles: