Recent Posts

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 »

Een kijkje in ‘the Life of Brian’

Article JAVA Magazine 04 – 2021 Brian Vermeer is een Java Champion, bestuurslid van de NLJUG en geeft regelmatig presentaties op conferenties, zoals Devoxx en J-Fall. Kortom, hij is erg succesvol. Nadat ik Brians presentatie van ‘10 tips voor Springboot Docker beveiliging’ had gevolgd, viel me op dat Brian al eerder presentaties gaf met het getal 10, namelijk: ‘10 common …

Read More »