Guide to Spring Cloud Kubernetes

2021 VietMX 0

1. Overview When we build a microservices solution, both Spring Cloud and Kubernetes are optimal solutions, as they provide components for resolving the most common challenges. However, if we […]

Spring Cloud AWS – EC2

2021 VietMX 0

1. EC2 Metadata Access The AWS EC2MetadataUtils class provides static methods to access instance metadata like AMI Id and instance type. With Spring Cloud AWS we can inject […]

Spring Cloud AWS – RDS

2021 VietMX 0

1. RDS Support 1.1. Simple Configuration Spring Cloud AWS can automatically create a DataSource just by specifying the RDS database identifier and the master password. The username, JDBC […]