Skip to content

dentys/operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Document-services-operations

This repository provides solution to deploy document micro services onto Kubernetes Cluster.

Prerequisites

Build docker images

First of all document micro services need to be built as docker images. Docker image build step is integrated into maven lifecycle with dockerfile-maven-plugin.

Example to build docker image for metadata-manager micro service:

mvn clean package dockerfile:build -f metadata-manager/pom.xml

After successful build the following command should show newly created docker images:

docker image ls

Please notice that deployment example described here operates only with local distributions, nothing is pushed to remote docker repositories.

Deploy on Kubernetes Cluster

The following command deploys and starts all services defined under document-services umbrella helm chart.

helm install --name document-services document-services/

After a while services should be up and running.

To verify state of pods:

kubectl get pods

To verify state of services:

kubectl get services

About

Helm charts for spring boot micro services https://github.com/dentys/training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published