cloudtuned.hashnode.devCanonical ModelsIntroduction A canonical model is a standard, shared data model that acts as a universal translator between different systems, applications, or domains. It provides a common language and format for data, simplifying integration by transforming all da...Oct 21, 2024·2 min read
cloudtuned.hashnode.devHandling Multiple Environments With kubectlIntroduction To find what environment your kubectl is pointing to, you can check its current context. A context is a set of access parameters, like the cluster and user, defined in your kubeconfig file. Here are the most common kubectl commands to i...Oct 20, 2024·2 min read
cloudtuned.hashnode.devMemory-based autoscaling in Java apps?Introduction Using memory-based autoscaling for Java applications is a complex strategy that presents significant challenges and should not be used as a standalone solution. The unique way the Java Virtual Machine (JVM) manages memory can lead to ina...Oct 19, 2024·3 min read
cloudtuned.hashnode.devSpring Boot ActuatorIntroduction This small article introduces Spring Boot Actuator, focusing on its role as a powerful tool for monitoring applications in production. It emphasizes the increasing importance of application information in automated deployments and monito...Oct 18, 2024·2 min read
cloudtuned.hashnode.devStill Using Lombok in 2025?Introduction The main problems with using Lombok in 2025 are the increased debugging complexity, IDE and build tool integration friction, hindrance to adopting modern Java features like records, potential for dependency bloat, and the loss of control...Oct 17, 2024·2 min read