Cloud native applications need configurations and in this article, we will see how to use Kubernetes ConfigMap to provide this sort of configuration to our Spring application. ConfigMap enables us to separate configurations from Pod (and obviously from our application). Data contained in ConfigMap can be injected in the definition of the Pod using different strategies
Every application needs a configuration, usually on a separated property file that can be read at runtime and this configuration probably changes with the environment. Also, cloud native applications need configurations and in this article, we will see how to use Kubernetes ConfigMap to provide this sort of configuration to our Spring application
In Kubernetes, we have ConfigMap, a native component useful to manage configurations. ConfigMap enables us to separate configurations from Pod (and obviously from our application). Data contained in ConfigMap can be injected in the definition of the Pod using different strategies, for example, we can see it as environment variables.
Our original Kubernetes tool list was so popular that we've curated another great list of tools to help you improve your functionality with the platform.
Mismanagement of multi-cloud expense costs an arm and leg to business and its management has become a major pain point. Here we break down some crucial tips to take some of the management challenges off your plate and help you optimize your cloud spend.
This article explains how you can leverage Kubernetes to reduce multi cloud complexities and improve stability, scalability, and velocity.
In this article, you will learn about Azure Spring Cloud and its main features quickly and with ease, through a very down-to-earth approach.
What is OpenJDK? OpenJDk or Open Java Development Kit is a free, open-source framework of the Java Platform, Standard Edition (or Java SE).