Recent Posts

Foojay Podcast #68: Welcome to OpenJDK (Java) 24

Author: Frank Delporte Original post on Foojay: Read More Table of Contents VideoPodcast (audio only)Guests Simon Ritter Hanno Embregts Content We serve you a podcast about the new Java version every six months. Our regular guest, Simon Ritter, Deputy CTO of Azul, is known on social media as “speakjava.” He is part of the OpenJDK vulnerability group, JCP executive committee, …

Read More »

Pull request testing on Kubernetes: testing locally and on GitHub workflows

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents Unit testing vs. integration testingTestcontainersUse-case: application with database“Unit” testing“Integration” testingThe GitHub workflowAlternative “Unit testing” on GitHubConclusion Imagine an organization with the following practices: Commits code on GitHub Runs its CI/CD pipelines with GitHub Actions Runs its production workload on Kubernetes Uses Google Cloud A new engineer manager arrives …

Read More »

Pull Request testing on Kubernetes: Working with GitHub Actions and GKE

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents Building and storing the imageSizing the clusterAuthenticate on Google Cloud from a GitHub workflowWorking within the GitHub workflowCreate a Kubernetes manifestSetting the correct GitHub image tagAccessing the private GitHub registry from GKEGet the PostgreSQL connection parametersGetting the external deployed app IPRunning the end-to-end testDiscussion I’m continuing my series …

Read More »