Categories
Technology

Swagger Rest API documentation for Spring Boot

Swagger REST API documentation for Spring Boot Applications. Few simple steps to automatically generate Swagger documentation for APIs

Categories
Technology

Pod Termination Lifecycle in Kubernetes

Graceful shutdown of Application inside Pods in Kubernetes As in any environment, even in a containerised environment, it’s highly desirable to have a graceful shutdown of the server process. We can explore how the Pod’s termination lifecycle events in Kubernetes play their part. Let’s assume we are running a Spring Boot based API or an […]