Tame the multi-cloud beast with Crossplane: Let’s start with AWS S3 07/04/22 by Jonas Hecht What if learning the Kubernetes API is all you need to provision any infrastructure? And we’re not only talking about... Read more Leave your thoughts
Secretless connections from GitHub Actions to AWS using OIDC 05/30/22 by Manuel Wessner Imagine the following scenario: You set up your GitHub Actions in your repository. And it’s all cool until you want... Read more Leave your thoughts
Overview of hardened container base images 08/10/21 by Christian Zunker How to choose the best container base image? What does “best” mean in this context? This blog post will not... Read more Leave your thoughts
Deployment of configurable Single Page Applications 06/09/21 by Philip Sanetra This blog post introduces a base image for Single Page Applications. Read more Leave your thoughts
Stop re-writing pipelines! Why GitHub Actions drive the future of CI/CD 03/15/21 by Jonas Hecht Reviewing the waves of CI/CD platforms the article shows the benefits of the Pipeline-as-Code Building Blocks pattern based on GitHub Actions. Read more 5 Comments
Publishing Docker images to GitHub Container Registry with GitHub Actions 03/04/21 by Jonas Hecht Full guide showing every step necessary to publish a Docker container image to the GitHub Container Registry with GitHub Actions. Read more Leave your thoughts
GitHub Actions CI pipeline: GitHub Packages, Codecov, release to Maven Central & GitHub 02/22/21 by Jonas Hecht A full guide on how to build and publish projects to GitHub Packages, get coverage reports with Codecov, release to Maven Central & GitHub. Read more Leave your thoughts
Goodbye Dockerfile: Cloud Native Buildpacks with Paketo.io & layered jars for Spring Boot 11/30/20 by Jonas Hecht Why Cloud Native Buildpacks with Paketo reduce the need to write Dockerfiles and how to integrate them with Spring Boot layered jars. Read more Leave your thoughts
Simplifying Spring Boot GraalVM Native Image builds with the native-image-maven-plugin 06/18/20 by Jonas Hecht The new spring-graalvm-native 0.7.1 & GraalVM 20.1.0 releases are full of optimizations! The configuration of the native-image command has become... Read more Leave your thoughts