Taicheng's Profile

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


A Certified Cloud Architect & AI Enthusiast

Illustration of a bird flying.
  • Preemptible and Spot VMs

    Spot VMs are highly affordable compute instances suitable for batch jobs and fault-tolerant workloads. Spot VMs offer the same machine types, options, and performance as regular compute instances.

    October 3, 2024

  • Compute Engine Machine Types

    Compute Engine offers general-purpose machine series that run on either x86 or Arm architecture. The Tau T2A machine series is the first machine series in Google Cloud to run on Arm processors.

    October 3, 2024

  • Shared VPC vs. VPC peering

    Let’s compare both of these configurations to help you decide which is appropriate for a given situation. Shared VPCs are useful when projects are in the same organization but are not used when traffic needs to flow between projects in different organizations. In that case, VPC network peering can be used.

    October 2, 2024

  • VPC peering

    VPC Peering connects two VPC Networks: VPC Network Peering does not incur the network latency, security, and cost drawbacks that are present when using external IP addresses or VPNs.

    October 2, 2024

  • Network pricing

    This table is from the Compute Engine documentation, and it lists the price of each traffic type.

    October 2, 2024

  • Routes

    There are 3 kinds of routes: Subnet routes, Static routes, Dynamic routes.

    October 2, 2024

  • Shared VPC

    Shared VPC allows an organization to connect resources from multiple projects to a common Virtual Private Cloud (VPC) network so that they can communicate with each other securely and efficiently by using internal IP addresses from that network. When you use Shared VPC, you designate a project as a host project and attach one or more other service projects to it. The VPC…

    October 1, 2024

  • Terraform

    Terraform is an infrastructure as code tool that enables you to safely and predictably provision and manage infrastructure in any cloud. You do not need to name files as main.tf, variables.tf, or outputs.tf specifically. Terraform reads all .tf files in a directory, regardless of their names, and merges the configuration to form a unified plan. A…

    September 29, 2024

  • GitOps

    GitOps is an operational framework that takes DevOps best practices used for application development such as version control, collaboration, compliance, and CI/CD, and applies them to infrastructure automation.

    September 29, 2024

  • Git and GitHub

    September 29, 2024

←Previous Page
1 … 31 32 33 34
Next Page→