Using External Configuration with Spring Cloud Config and Steeltoe

preview_player
Показать описание
The Steeltoe project has solid support for enabling .NET applications to leverage centralized configuration in their architecture.

In this episode, Christos chats with David Dieruf and Dave Tillman from the Steeltoe team about some of the benefits of using centralized configuration and how to light up that capability with Steeltoe.

[02:00] - What does the Steeltoe project enable?
[04:35] - What are the benefits of centralized configuration?
[08:32] - Setting up a config server
[14:25] - Using the config server in ASP.NET Core
[25:39] - How can we secure these configuration values?
[27:30] - How we can ensure HA with the config server?
[29:46] - Deeper dive into the benefits

Steeltoe docs

.NET Microservices: Architecture for Containerized .NET Applications

A Journey into .NET Microservices with Steeltoe

.NET Microservices: Architecture for Containerized .NET Applications

#microservices #steeltoe #dotnet #aspnetcore
Рекомендации по теме
Комментарии
Автор

Very cool! Thank you for a great set of Libraries SteelToe. Just a pity the best part of the demo (live reload of config) was cut short because of all the slides and talking!

BinaryLizard
Автор

spring-cloud provides mechanisms for java services to refresh by listening to kinesis streams for updates from config server, is this something that Steeltoe also supports for .NET Core applications?

michaelburgess