Tag

Endpoints

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Dec 10, 2021 · Backend Development

A Comprehensive Guide to Spring Boot Actuator: Quick Start, Endpoints, and Monitoring

This article provides a step‑by‑step tutorial on using Spring Boot Actuator to monitor microservice applications, covering quick setup, essential endpoints such as health, metrics, loggers, info, beans, heapdump, threaddump and shutdown, endpoint exposure configuration, and securing them with Spring Security.

ActuatorEndpointsMonitoring
0 likes · 14 min read
A Comprehensive Guide to Spring Boot Actuator: Quick Start, Endpoints, and Monitoring
IT Architects Alliance
IT Architects Alliance
Oct 28, 2021 · Cloud Native

Kubernetes Service Discovery: Fundamentals and Deep Dive

This article explains Kubernetes service discovery by first covering the underlying pod network concepts, then detailing how Services provide stable endpoints, how they register with cluster DNS, the role of Endpoints and kube-proxy, and the iptables/IPVS mechanisms that route traffic to pods.

Cloud NativeDNSEndpoints
0 likes · 11 min read
Kubernetes Service Discovery: Fundamentals and Deep Dive
Top Architect
Top Architect
Sep 30, 2021 · Backend Development

Spring Boot Actuator: Quick Start, Endpoint Overview, and Security Integration

This article introduces Spring Boot Actuator, explains how to create a demo project with Maven or Gradle, details the most important built‑in endpoints such as /health, /metrics, /loggers, /info, /beans, /heapdump, /threaddump and /shutdown, and shows how to secure them with Spring Security, providing configuration snippets and code examples.

ActuatorEndpointsMonitoring
0 likes · 14 min read
Spring Boot Actuator: Quick Start, Endpoint Overview, and Security Integration
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 19, 2021 · Backend Development

Unlock Spring Boot Actuator: All Endpoints, Configurations, and Code Samples

Spring Boot Actuator provides extensive monitoring and management features via HTTP and JMX; this guide shows how to enable it, lists each endpoint such as /auditevents, /beans, /caches, /conditions, /env, /health, and demonstrates configuration, custom endpoints, and code examples for full utilization.

ActuatorEndpointsMonitoring
0 likes · 8 min read
Unlock Spring Boot Actuator: All Endpoints, Configurations, and Code Samples
Architect's Tech Stack
Architect's Tech Stack
Jan 17, 2020 · Backend Development

Spring Boot Actuator: Quick Start, Key Endpoints, Monitoring and Security Integration

This article walks through using Spring Boot Actuator to monitor micro‑service applications, covering quick project setup, essential endpoints such as health, metrics, loggers and shutdown, custom health indicator implementation, dynamic log level changes, and securing actuator endpoints with Spring Security.

ActuatorEndpointsMonitoring
0 likes · 13 min read
Spring Boot Actuator: Quick Start, Key Endpoints, Monitoring and Security Integration