Configuring microservices running in Kubernetes
Learn how to externalize configuration using MicroProfile Config and Kubernetes ConfigMaps and Secrets. Easily configure your microservices and set environment variables for deployment.
At a Glance
Explore how to externalize configuration using MicroProfile Config and configure your microservices using Kubernetes ConfigMaps and Secrets.
You will learn how and why to externalize your microservice’s configuration. Externalized configuration is useful because configuration usually changes depending on your environment. You will also learn how to configure the environment by providing required values to your application using Kubernetes. Using environment variables allows for easier deployment to different environments.
Furthermore, you’ll learn how to set these environment variables with ConfigMaps and Secrets. These resources are provided by Kubernetes and act as a data source for your environment variables. You can use a ConfigMap or Secret to set environment variables for any number of containers.
User Reviews
Be the first to review “Configuring microservices running in Kubernetes”
You must be logged in to post a review.


There are no reviews yet.