- Spring Cloud - Discussion
- Spring Cloud - Useful Resources
- Spring Cloud - Quick Guide
- Distributed Logging using ELK and Sleuth
- Streams with Apache Kafka
- Spring Cloud - Gateway
- Circuit Breaker using Hystrix
- Spring Cloud - Load Balancer
- Synchronous Communication with Feign
- Service Discovery Using Eureka
- Dependency Management
- Spring Cloud - Introduction
- Spring Cloud - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Spring Cloud Tutorial
Spring Cloud is a collection of ready-to-use components which are useful in building distributed apppcations in an enterprise. As a framework, it is widely used across industries by various companies and includes integration with OSS components from Netfpx.
The major use-case for Spring Cloud is the ready-to-use solution that it provides to common problems observed in distributed environments pke load balancing, service discovery, circuit breaking, etc., which can easily be integrated in an existing Spring project.
That is why, it becomes a very useful framework in developing apppcations which require high scalabipty, performance, and availabipty.
Audience
This tutorial deep spanes into various components that make Spring Cloud a very useful framework. It is directed towards software professionals who want to develop highly scalable & performant apppcations. Post this tutorial, you would have intermediate knowledge of Spring Cloud and its usage.
Prerequisites
To make the most of this tutorial, you should have a basic understanding of Java and Spring Framework.
Advertisements