HealthIndicator1 Spring Boot Actuator: /health 커스터마이징 Spring Boot Actuator: /health 커스터마이징쿠버네티스/ELB는 인스턴스 생사 판단을 /actuator/health에 맡깁니다.기본 구성만으로 충분할 때도 있지만, 의존 서비스(DB/외부 API/캐시)를 체크하고배포 중에는 읽기 전용만 허용하는 등 정교한 커스터마이징이 필요합니다. 의존성 org.springframework.boot spring-boot-starter-actuator설정management: endpoints: web: exposure: include: health,info,metrics endpoint: health: probes: enabled: true # liveness/readiness 분리 .. 2025. 9. 30. 이전 1 다음