Taicheng's Profile

  • AI
  • Cloud
  • Ops
  • Code
  • BUSI
  • About


A Certified Cloud Architect & AI Enthusiast

Illustration of a bird flying.
  • Dockerfile

    The Dockerfile is a recipe for how to build the container image, while .dockerignore defines the set of files that should be ignored when copying files into the image. Multistage Dockerfile:

    October 27, 2024

  • Cloud Run traffic splitting

    Split traffic across two or more revision:

    October 27, 2024

  • GCP Container Pipeline

    October 27, 2024

  • HTTP(S) Load Balancing

    Google Cloud’s HTTP(S) load balancing provides global load balancing for HTTP(S) requests destined for your instances. This means that your applications are available to your customers at a single anycast IP address, which simplifies your DNS setup. HTTP(S) load balancing balances HTTP and HTTPS traffic across multiple backend instances and across multiple regions. HTTP requests…

    October 27, 2024

  • Pub/Sub

    Pub/Sub is an asynchronous global messaging service. There are three terms in Pub/Sub that appear often: topics, publishing, and subscribing. A topic is a shared string that allows applications to connect with one another through a common thread. Publishers push (or publish) a message to a Pub/Sub topic. Subscribers will then make a subscription to…

    October 26, 2024

  • External routing 

    Externally addressed VMs communicate with each other privately over Google’s backbone, regardless of region and Network Service Tiers. But it’s important to understand how public routing affects costs.

    October 26, 2024

  • Anycast IP

    Anycast is a network addressing and routing method in which incoming requests can be routed to a variety of different locations or “nodes.”

    October 26, 2024

  • Serve Multiple Domains

    HTTP(S) load balancers supports multiple SSL certificates, as well, if you wanted to serve multiple domains using the same load-balancing IP address and port.

    October 26, 2024

  • Network Service Tier

    Premium Tier delivers traffic from external systems to Google Cloud resources byusing Google’s low latency, highly reliable global network. This network consists of an extensive private fiber network with over 100 points of presence (PoPs) around the globe. This network is designed to tolerate multiple failures and disruptions while still delivering traffic. Standard Tier delivers…

    October 26, 2024

  • URL map

    A URL map is a set of Google Cloud configuration resources that direct requests for URLs to backend services or backend buckets. The URL map does so by using the hostname and path portions for each URL it processes: This diagram shows the structure of the load balancing configuration objects in relation to each other. The simplest URL map only has…

    October 26, 2024

←Previous Page
1 … 24 25 26 27 28 … 34
Next Page→