Skip to content

briansjavablog/spring-config-server-on-kubernettes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Config Server on Kubernetes

Documentation

This code is explained in detail, in a 2 part article

Clone the repository with

git clone git@github.com:briansjavablog/spring-config-server-on-kubernettes.git

Running in a local cluster

To run the Config Service and the Config Consumer Service in a local cluster run the following. Note you'll need a local Kubernetes cluster before you run these commands.

cd kubernetes
./deployLocalCluster.sh

Running on Azure AKS

To run the Config Service and the Config Consumer Service in an AKS cluster, run the following. Note you'll need an Azure account and the Azure CLI installed and authenticated.

cd kubernetes
./createAKSClusterAndDeploy.sh

About

Spring Config Server running Azure AKS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published