Skip to content

TonyQ-Lab/java-eureka-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Eureka Microservices Monitoring

About

This serves as a documentation for monitoring Eureka microservice connectivity in K8s environment.

We will deploy CloudWatch Agent as a DaemonSet in our EKS cluster, listens for StatsD metrics, and forwards them to CloudWatch.

A small metric exporter will fetch registered service info and send StatsD metric to the agent.

Installation

  1. For the microservice app, build the image and push it to a public repository, or just use the one in the manifests.

    docker build -t eureka-server .
  2. Make sure an EKS cluster is already up and running. For the rest, follow the README inside deployments/

About

Simple microservice application using Spring Eureka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published