01
Service Discovery
How do you keep track of the services you depend on, as they dynamically scale out and in, changing addresses along the way? A service registry is essentially a database of healthy service instances that enables service consumers to locate and load balance requests across services. Steeltoe includes a .NET client for Netflix Eureka so your microservices can register themselves and discover other registered services.
Learn More02
Config Server
Separating configuration from application code is an important discipline in cloud-native development. Spring Cloud Config Server provides a mechanism to store your application’s configuration externally, and have it injected into your application at runtime. Steeltoe includes a custom .NET Configuration Provider that utilizes Spring Cloud Config Server to pull in config values stored in Git, the filesystem, or Hashicorp Vault.
Learn More03
Circuit Breaker
What do you do when a service you depend on stops responding? Circuit breakers enable you to bypass a failing service, allowing it time to recover, and preventing your users from seeing nasty error messages. Steeltoe includes a .NET implementation of Netflix Hystrix, a proven circuit breaker implementation with rich metrics and monitoring features.
Learn More04
Cloud Connectors
One of the many advantages of running applications on the cloud is the easy availability of a variety of backing services. Steeltoe simplifies using those services by automatically configuring and wiring up connections to common Cloud Foundry services like Redis, RabbitMQ, MySQL and Postgres.
Learn More05
Cloud Security Providers
Securing your applications and microservices using the security services provided by cloud platforms can seem like an impossible and complex development effort. Steeltoe reduces that effort by including security providers which enable you to easily integrate ASP.NET Core authentication and authorization features with Cloud Foundry security services.
Learn MoreWhat They're Saying
Words can't express how cool it is that @springboot with eureka and zuul works so awesome with @SteeltoeOSS enabling us to have dot net core services and spring boot services all managed through one gateway with security and circuit breaker.
— Jarett (@jarettlear) January 17, 2018
Welcome @SteeltoeOSS to the .NET Foundation! https://t.co/YQx0OhTO2T
— .NET Foundation (@dotnetfdn) November 15, 2017
I have been excited about @SteeltoeOSS for a while coz of my love for #springframework, dear #dotnetcore devs give it a shot https://t.co/anI0X5JnRc watch https://t.co/yGi2A9DQda
— Tomar (@chirdeeptomar) December 29, 2017
Like @SteeltoeOSS ?
— Scott Hanselman (@shanselman) October 17, 2017