Service Discovery (and More) With Spring Cloud, Consul, and Vault [Video]
Spring Cloud, with a helping hand from Consul, can be a useful, powerful tool for service discovery and configuration. And Vault can help keep you secure.
Join the DZone community and get the full member experience.
Join For FreeHistorically it is difficult to store and configure secrets within applications. In the new age of microservices, it is also a challenge to register instances for discovery. Fortunately, Consul and Vault make securing secrets a breeze. Consul’s Service Registration mechanism makes easy work of service discovery. When combined with Spring Boot’s auto configuration we can leverage Consul and Vault by simply updating our classpath.
In this session, we will discuss how to integrate Spring Boot applications with Consul and Vault for service discovery, configuration, secrets, event bus, and more. We will show how Spring implements various APIs using Consul and Vault, including Spring Cloud Discovery, Spring Environment, and Spring Cloud Stream.
Recorded at SpringOne Platform 2016.
Speaker: Spencer Gibb
Slides: http://www.slideshare.net/SpringCentral/spring-cloud-with-consul-and-vault
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Five Java Books Beginners and Professionals Should Read
-
File Upload Security and Malware Protection
-
Explainable AI: Making the Black Box Transparent
-
Building and Deploying Microservices With Spring Boot and Docker
Comments