Category: Cloud

  • Identity Aware Proxy

    The Identity-Aware Proxy(Cloud IAP) controls access to your cloud applications and VMs running on Google Cloud Platform(GCP)

  • Private Google Access On-Prem

    Allows on-premises hosts to reach Google APIs and services using internal IPs To enable Private Google Access for on-premises hosts,

  • Set up ADC

    Application Default Credentials (ADC) is a strategy used by the authentication libraries to automatically find credentials based on the application environment. If you are using API keys, then you don’t need to set up ADC

  • Service Account

    Service accounts are needed for scenarios where a workload, such as a custom application, needs to access Google Cloud resources or perform actions. After your VM is configured to use the service account, applications can then use the service account to authenticate. The most common method is to authenticate by using Application Default Credentials and…

  • Private Google Access

    Certain Google API based managed services do not use VPC Networks. They use public service endpoints that specifies the network address of an API service. VM instances that have no external IP addresses can use Private Google Access to reach external IP addresses of Google APIs and services. For example: You enable Private Google Access…

  • Service Directory

    Google Cloud introduced Service Directory, a fully managed cloud service conceived as a single place to publish, discover, and connect services regardless of their environment Service Directory use the following components: Clients that want to discover, publish, and manage services inside Service Directory can use the following methods to interact with its API: ADD ENDPOINT…

  • Choosing a deployment platform

    A high-level overview of how you could decide on the most suitable platform for your application.

  • Deploying to Kubernetes

    The gcloud container command group lets you create and manage Google Kubernetes Engine containers and clusters. Create cluster Connect and apply yaml file: Show the running pods: Show all the deployments:

  • Cloud Run traffic splitting

    Split traffic across two or more revision:

  • GCP Container Pipeline