Recent Posts

Debugging Kubernetes: Troubleshooting Guide

Author: Shai Almog Original post on Foojay: Read More Table of Contents Identifying Configuration Issues Common Causes and Solutions Detailed Investigation Steps Dealing with Image Pull Errors Troubleshooting Steps Handling Node Issues Preventive Measures Managing Missing Configuration Keys or Secrets Utilizing Buildg for Interactive Debugging Conclusion As Kubernetes continues to revolutionize the way we manage and deploy applications, understanding its …

Read More »

Unsupported OpenJDK Distributions are at Risk of Non-Compliance with DORA

Author: Geertjan Wielenga Original post on Foojay: Read More For the EU Digital Operations Resilience Act (DORA) to have any meaning at all in the context of OpenJDK (and surely it must have application there since it is explicitly focused on “ICT Assets”, which it defines as “a software or hardware asset in the network and information systems used by …

Read More »

Creating cloud-native Java applications with the 12-factor app methodology

Author: Grace Jansen Original post on Foojay: Read More Learn how you could create cloud-native Java apps that are portable, scalable, and reliable with the 12 factor app methodology and open source Java frameworks. Created in 2012, the 12-factor app methodology was designed to provide a set of guidelines for helping developers and organizations to design and build cloud-native applications. …

Read More »