-
Spring Config Server & Client
Configuration are properties that are required by the application but that are specific to an environment. The 12 factor methodology for building cloud native applications notes that externalizing configuration is important where applications…
-
AWS API Gateway
AWS API Gateway is a managed service that provides solutions to administrative and design challenges experienced when implementing APIs. Modern applications expose APIs to facilitate simple integration with other systems and services. Features…
-
S3 for object storage
Amazon offers storage options to accommodate different types of data to be stored in the cloud. Storage Options EFS (File storage) Data is stored as files in folder hierarchies and accessed through a…
-
Container orchestration with Kubernetes
What is a container? Read about containerization before moving on to Kubernetes. What is Kubernetes? Kubernetes is an open-source container orchestrator that is designed to automate the deployment, scaling and operations associated with…
-
-
HyperText Transfer Protocol (HTTP)
HTTP, the Hypertext Transfer Protocol facilitates every transaction over the World Wide Web and is used to define how requests and responses between servers and browsers are transmitted and formatted. Common HTTP methods…