Category: Cloud

  • Cloudflare Loadbalancing

  • Traffic Manager, Front Door, and Cross-Region LB

    Front Door for web apps needing intelligent path-based routing or WAF Cross-Region LB for regional TCP/UDP workloads or when app logic is outside HTTP Traffic Manager only if you want to stay DNS-only and don’t need smart HTTP routing

  • Availability Zone or Availability Set

    If you want zone-level redundancy: ➤ If you want rack-level redundancy (within the same zone or region):

  • Switching Directory in Azure

    Each Azure subscription is associated with a single directory (although a directory can be associated with multiple subscriptions) When you switch directories in Azure, you’re changing which Azure AD directory you’re working with. This can happen in several scenarios, such as: To switch directories, you would typically go into the Azure portal, click on your…

  • Azure Virtual Machine Scale Sets + Load Balancer

  • What is Web3?

    Web3 is an umbrella term for technologies like blockchain that decentralize data ownership and control on the internet. Most internet applications are controlled by centralized entities that determine how they save and use end-user data. Instead of centralized management structures, Web3 (also called Web 3.0, decentralized web, or semantic web) technologies allow for community-driven projects.…

  • colocation facility

    Before you set up Dedicated Interconnect, your network must physically meet Google’s network in a supported colocation facility, also known as a connection location. This facility is where a vendor, the colocation facility provider, provisions a circuit between your network and a Google Edge point of presence (PoP). It is important to generate LOA for…

  • Cloud SQL Insights

    Query Insights helps you detect, diagnose, and prevent query performance problems for Cloud SQL databases. It supports intuitive monitoring and provides diagnostic information that helps you go beyond detection to identify the root cause of performance problems.

  • Installing Kubernetes with GKE

    Once you have gcloud installed, set a default zone: Then you can create a cluster: This will take a few minutes. When the cluster is ready, you can get credentials for the cluster using:

  • Transfers for Large Files

    The previous recipe covered transfers with a large number of operations; this one is targeted at individual large files. Upload the file as several simultaneous chunks and observe transfer speed. If your previous upload saturated your link, you may not see a performance increase. You’ll notice we set the file size threshold that triggers parallel…