GitLab security scanning – part 3: Kubernetes deployments 05/16/22 by Sven Hertzberg In part 1 and part 2, we focused on different types of security scanning practices. In this article we will... Read more Leave your thoughts
Cloud Native Buildpacks / Paketo.io in GitLab CI without Docker & pack CLI 10/25/21 by Jonas Hecht You may have heard about all the benefits of Cloud Native Buildpacks?! But Paketo's pack CLI depends on Docker. So what about our Kubernetes-based CI systems, where we might not have a Docker daemon a 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
The how of monitoring your services 11/17/20 by Christian Zunker In this blog post I take a look at two examples of what can go wrong in monitoring. This is about the how of monitoring your services. Read more Leave your thoughts
Kubernetes deployment concepts 08/06/20 by Christian Zunker and Daniel Marks This article will compare the underlying principles of Kubernetes Deployment tools, the push and pull approach. Read more Leave your thoughts