When I started this project, the main intention was simple. I wanted a place to run my Spring Boot services — my config server, my logger, my events tracker — without paying a cloud bill every month just to keep a hobby project alive. In my last infrastructure post, I moved a config server from … Continue reading Docker and Portainer: Streamlining Local Server Management
Tag: cloud
From eksctl to Terraform: Essential Resource Mapping
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

You must be logged in to post a comment.