Shifting a MySQL Database from Docker to Kubernetes
| | | |

Shifting a MySQL Database from Docker to Kubernetes

Migrate a MySQL Database from Docker to Kubernetes Not long ago, I had to migrate an application from Docker to Kubernetes. As part of this process, I needed to move the MySQL 8.0.39 database from a Docker container to a Kubernetes cluster. I thought it could be interesting to share how I accomplished this task,…

Integrating Renovate with GitLab and Docker
| | | |

Integrating Renovate with GitLab and Docker

Renovate is an essential tool for maintaining up-to-date dependencies in your projects. It automates the process of updating dependencies, reducing the manual work and ensuring your codebase stays secure and up-to-date. In this article, we will delve into how to integrate Renovate with GitLab using a Docker image and GitLab CI pipelines. We will cover…