DevOps in the Cloud | GCP Cloud Build | How to Deploy Apps to VMs in GCP Compute Engine | Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 2

  • @sandwich1506
    @sandwich1506 10 หลายเดือนก่อน

    Please i would like to ask, when you pasted the IP address of the load balancers front end, if you did it without adding that ip.io(i think) would the page just show? That is is the page showing this is just a test content.

    • @salehram
      @salehram  10 หลายเดือนก่อน +1

      Hi
      The IP of the LB is added with the combination of nip.io to convert it to a DNS name and get the GCP managed SSL certificate issued.. The page would show if you also included an HTTP frontend (port 80) in the LB configuration and had it also listen on that port, but if you only used HTTPS (443) then you need to get an SSL certificate. If you supply your own certificate then you can configure it with only the IP, but because I did not want to do that/wasn't able to do that, my easiest option is to just use the LB IP with nip.io!