Infrastructure
-
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…
-
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…