Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Google Cloud: Step by Step Guide to create Application Load Balancers in Google cloud

Step by Step Guide to create Application Load Balancers in Google cloud and allow HTTP and HTTPS both port to the vm running on 3000 port

Creating an Application Load Balancer (ALB) in Google Cloud Platform (GCP) to manage traffic on both HTTP and HTTPS, routing it to VM instances that serve content on port 3000, requires a series of steps involving several GCP services. This guide includes creating an instance template and managed instance group, configuring health checks, setting up the load balancer, and ensuring proper SSL configuration for HTTPS support.

Step 1: Prepare Your GCP Environment

  1. Log in to your Google Cloud Console.
  2. Select or create a GCP project.
  3. Enable billing for your project.
  4. Enable the Compute Engine API if it’s not already enabled.

Step 2: Configure Your Backend Service

Create an Instance Template

  1. Go to Compute Engine > Instance templates in the Cloud Console.
  2. Click Create instance template.
  3. Set up the template with your VM configuration. Make sure the startup script or the application configuration is set to serve content on port 3000.
  4. Click Create to save the template.

Create a Managed Instance Group

  1. Navigate to Compute Engine > Instance groups.
  2. Click Create instance group.
  3. Choose a Managed instance group type.
  4. Select the instance template you created earlier.
  5. Specify the instance group details like name, location, and the number of instances.
  6. Click Create.

Create a Health Check

  1. Go to Compute Engine > Health checks.
  2. Click Create a health check.
  3. Name your health check and select HTTP or HTTPS for the protocol. Set the port to 3000.
  4. Configure additional settings as needed, then click Create.

Step 3: Set Up the Load Balancer

Create the Load Balancer

  1. Navigate to Network Services > Load balancing.
  2. Click Create load balancer.
  3. Select Start configuration under the HTTP(S) Load Balancing card.
  4. Choose From Internet to my VMs and click Continue.
  5. Set up the backend configuration:
    • Click Create a backend service.
    • Select the instance group you created earlier.
    • Choose the health check you set up.
    • Ensure the Named Port is set to serve on port 3000.
    • Save and continue.
  6. Configure the frontend service:
    • You’ll create two frontend configurations, one for HTTP and one for HTTPS.
    • For HTTP:
      • Click Create a frontend IP and port.
      • Name your service, select HTTP as the protocol, and use port 80.
    • For HTTPS:
      • You need an SSL certificate. If you don’t have one, you can create or import one under Network Services > SSL certificates before proceeding.
      • After securing the certificate, create another frontend configuration.
      • Select HTTPS as the protocol, use port 443, and attach your SSL certificate.
  7. Click Create to finalize and deploy your load balancer.

Step 4: DNS Configuration (Optional)

  • For easier access, you may want to configure a DNS record to point to the IP address of your load balancer’s frontend configuration. This step makes it possible to access your VMs using a domain name instead of an IP address.

Step 5: Verification and Testing

  • After your load balancer is set up, test accessing your application through the IP addresses associated with the load balancer’s frontend services. You should be able to reach your application on port 3000 via both HTTP and HTTPS protocols.

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at <a href="https://www.cotocus.com/">Cotocus</a>. I share tech blog at <a href="https://www.devopsschool.com/">DevOps School</a>, travel stories at <a href="https://www.holidaylandmark.com/">Holiday Landmark</a>, stock market tips at <a href="https://www.stocksmantra.in/">Stocks Mantra</a>, health and fitness guidance at <a href="https://www.mymedicplus.com/">My Medic Plus</a>, product reviews at <a href="https://www.truereviewnow.com/">TrueReviewNow</a> , and SEO strategies at <a href="https://www.wizbrand.com/">Wizbrand.</a> Do you want to learn <a href="https://www.quantumuting.com/">Quantum Computing</a>? <strong>Please find my social handles as below;</strong> <a href="https://www.rajeshkumar.xyz/">Rajesh Kumar Personal Website</a> <a href="https://www.youtube.com/TheDevOpsSchool">Rajesh Kumar at YOUTUBE</a> <a href="https://www.instagram.com/rajeshkumarin">Rajesh Kumar at INSTAGRAM</a> <a href="https://x.com/RajeshKumarIn">Rajesh Kumar at X</a> <a href="https://www.facebook.com/RajeshKumarLog">Rajesh Kumar at FACEBOOK</a> <a href="https://www.linkedin.com/in/rajeshkumarin/">Rajesh Kumar at LINKEDIN</a> <a href="https://www.wizbrand.com/rajeshkumar">Rajesh Kumar at WIZBRAND</a> <a href="https://www.rajeshkumar.xyz/dailylogs">Rajesh Kumar DailyLogs</a>

Related Posts

Top 10 AI Personalized Learning Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, AI personalized learning tools have transformed education and training, tailoring content to individual learner needs with unprecedented precision. These tools leverage machine learning, natural…

Read More

Top 10 Accounting Software Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, the importance of accounting software continues to grow, helping businesses of all sizes streamline financial management, improve accuracy, and stay compliant with ever-changing regulations….

Read More

Top 10 Endpoint Management Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, businesses of all sizes are increasingly reliant on a variety of devices—laptops, desktops, mobile devices, and other endpoints—that connect to their networks. With the…

Read More

Top 10 Order Management Systems Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, managing orders has become a sophisticated process, requiring advanced tools to handle large volumes, multiple sales channels, and intricate supply chains. Order Management Systems…

Read More

What is Veracode and use cases of Veracode?

What is Veracode? Veracode is a leading application security (AppSec) platform that helps organizations identify and remediate vulnerabilities in their software throughout the development lifecycle. By integrating…

Read More

Terraform Backend Tutorial

Terraform is a popular open-source infrastructure as code tool used to create and manage infrastructure resources. The state of the infrastructure resources managed by Terraform is stored…

Read More
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x