Introduction As part of ckad certification, am following the school of devops certification path. One of the task I liked was the eksctl path. eksctl provides a simple YAML-based approach to provisioning EKS clusters. As shown below, the control plane is managed by AWS and the dataplane/nodegroups are application responsibility. However, as infrastructure complexity grows, … Continue reading From eksctl to Terraform: Essential Resource Mapping
Tag: devops
Securing Eureka Server for Service Discovery in Microservices
This post discusses securing the Eureka server and using it from a client application in a microservices stack. It covers essential components such as service registry, instances, and clients, and provides updated code examples. It emphasizes using Spring Security for Eureka's secure usage and includes a sample client application.


You must be logged in to post a comment.