Byte Ebi's Logo

Byte Ebi 🍀

A Bit everyday A Byte every week

Jenkins CI/CD 03 - Building and Pushing Docker Images to GCR

This article discusses the process of building a Docker image and pushing it to the Google Container Registry (GCR) within a Jenkins pipeline using the 'gcloud' command.

Ray

Google Container Registry is a service provided by Google for storing, managing, and securing Docker container images.
The objective at hand is to package a Docker image and push it to Google Cloud Platform (GCP) using the ‘gcloud’ command for future deployment purposes.

Scalable Server 01 Auto Scaling

Configuring Auto Scaling on GCP for Enhanced Server Flexibility

Ray

First, you need to stop the specified VM.
Next, in the sidebar, navigate to Storage -> Images, then click on it to select Create Image.
Make sure not to choose Virtual Machines -> achine Image as it will lead to confusion later on!
In the beginning, I mistakenly pressed Create Machine Image from the VM section and got stuck in this alternate world, which wasted my whole afternoon.

Laravel Queue Usage

Using queues to defer processing of tasks that don't need immediate attention.

Ray

The purpose of queues is to defer processing of a time-consuming task that doesn’t require immediate completion. Like sending emails, users don’t need to wait for the email to be sent successfully before the next step.
Allowing the application to respond more quickly to web requests and smooth user experience.

Recent Posts

Categories

Tags