21-What is Private Service Connect in GCP with Demo?

Поделиться
HTML-код
  • Опубликовано: 9 дек 2023
  • Private Service Connect (PSC) in Google Cloud Platform (GCP) allows private consumption of services across networks and projects, teams or even organizations. Private Service Connect(PSC) is a fully managed simplified solutions which empowers GCP customers or third-party software as a service (SaaS) companies to publish their services within their dedicated VPC networks.
    These published services are then accessed privately and securely from the consumer’s VPC network with eliminating the need for intricate tasks like VPC peering, routing table modifications, IP address configurations, and NAT rule implementations, ensuring a hassle-free and a service-oriented experience.
    Command To access Google managed services through an Internet route:
    curl -X GET -H "Authorization: Bearer $(gcloud auth print-access-token)" "storage.googleapis.com/storag... config get-value project)"
    Command To access Google managed services through PSC:
    curl -X GET -H "Authorization: Bearer $(gcloud auth print-access-token)" "storage-endpoint1.p.googleapi... config get-value project)"
    #google #googlecloudplatform #gcp #sumit #sumitk #thecloudbaba #psc #network

Комментарии • 3

  • @leandrojpg
    @leandrojpg 3 месяца назад

    Your contribution to this matter is valuable, thank you for everything.

  • @GulabDigambarNandanvar
    @GulabDigambarNandanvar 3 месяца назад

    PSC should be work diff-network and cross-project ?..

    • @thecloudbaba8668
      @thecloudbaba8668  3 месяца назад

      Yup. Both separate network and project works