وب سایت تخصصی شرکت فرین
دسته بندی دوره ها
1

Google Cloud Run: Hands-on Comprehensive Technical Deep Dive

سرفصل های دوره

Learn How To Create, Deploy, and Manage Google Cloud Run Services And Jobs In Comprehensive Hands-On Technical Deep Dive


1 - Introduction
  • 1 - About Me
  • 2 - What Will We Be Doing
  • 3 - Expectations
  • 4 - Code Structure Overview

  • 2 - Lab Setup
  • 5 - Lab Introduction
  • 6 - Download Lab Files and Create Folder Structure
  • 6 - Notes.txt
  • 6 - gitignore.zip
  • 6 - lab-0-setup-local-system.zip
  • 7 - Instructions to install Python gCloud CLI and Visual Studio Code

  • 3 - Getting Started
  • 8 - What is Google Cloud Run
  • 8 - what-is-google-cloud-run.zip
  • 9 - Ways To Run Your Code On Cloud Run
  • 9 - how-to-run-your-code-on-cloud-run.zip
  • 10 - What Is Cloud Run Services
  • 10 - cloud-run-service.zip
  • 11 - Features Of Cloud Run Services
  • 11 - cloud-run-services-features.zip
  • 12 - Pricing Model For Cloud Run Services
  • 12 - cloud-run-services-pricing.zip
  • 13 - What Is Cloud Run Jobs
  • 13 - cloud-run-jobs.zip
  • 14 - Differences Between Cloud Run Services and Cloud Run Jobs
  • 14 - differences-between-services-and-jobs.zip
  • 15 - Cloud Run Integrations
  • 15 - cloud-run-integrations.zip
  • 16 - Cloud Run Resource Model
  • 16 - cloud-run-resource-model.zip
  • 16 - cloud-run-resource-model-2.zip

  • 4 - Setup Source Repository On GitHub
  • 17 - Lab Introduction And Code Download
  • 17 - lab-1-setup-git-repo-on-github.zip
  • 18 - Why Use GitHub
  • 19 - Create Source Repository In GitHub
  • 20 - Create Personal Access Token On GitHub
  • 21 - Initial Checkin Of Our Code

  • 5 - Create Project and Setup gCloud CLI
  • 22 - Lab Introduction And Code Download
  • 22 - lab-2-create-project-and-setup-gcloud-cli.zip
  • 23 - Create Project in GCP Console
  • 24 - Setup gCloud CLI On Local Machine Optional

  • 6 - Enable Required APIs Services
  • 25 - Lab Introduction and Code Download
  • 25 - lab-3-enable-required-apis-and-services.zip
  • 26 - Enable Required APIs Services

  • 7 - Link GitHub Repo To Cloud Build Repositories
  • 27 - Lab Introduction and Code Download
  • 27 - lab-4-link-github-git-repo-to-cloud-build-repositories.zip
  • 28 - Create Host Connection To GitHub
  • 29 - Link GitHub Repo To Cloud Build Repositories

  • 8 - Create Artifact Registry
  • 30 - Lab Introduction and Code Download
  • 30 - lab-5-create-artifact-registry.zip
  • 31 - What is Artifact Registry
  • 31 - artifact-registry.zip
  • 32 - Creating Artifact Registry

  • 9 - Build And Deploy Cloud Run Service Using Buildpacks
  • 33 - Lab Introduction And Code Download
  • 33 - lab-6-build-and-deploy-cloud-run-service-using-buildpacks.zip
  • 34 - Code Walkthrough
  • 35 - Push Code To GitHub Repository
  • 36 - Create Build Trigger In Cloud Build And Run It
  • 37 - Explore Build Logs and Container Image In Artifact Registry
  • 38 - Create Cloud Run Service From GCP Console
  • 39 - Explore Cloud Run Service and Its Settings
  • 40 - Test Cloud Run Service

  • 10 - Create Service Accounts and Assign Required Permissions
  • 41 - Lab Introduction and Code Download
  • 41 - lab-7-create-service-accounts-and-assign-required-permissions.zip
  • 42 - Create Required Service Accounts
  • 43 - Associate Roles To Service Accounts

  • 11 - Build And Deploy Cloud Run Service Using Cloud Build and Buildpacks
  • 44 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 44 - lab-8-build-and-deploy-cloud-run-service-using-buildconfig-and-buildpacks.zip
  • 45 - Code Walkthrough
  • 46 - Create Build Trigger In Cloud Build And Run It
  • 47 - Test Cloud Run Service

  • 12 - Build And Deploy Cloud Run Service Using Cloud Build and Dockerfile
  • 48 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 48 - lab-9-build-and-deploy-cloud-run-service-using-buildconfig-and-dockerfile.zip
  • 49 - Code Walkthrough
  • 50 - Create Build Trigger In Cloud Build And Run It
  • 51 - Test Cloud Run Service

  • 13 - Buildpacks Or Dockerfile Which One To Use
  • 52 - Differences Between Building Container Image Using Buildpacks and Dockerfile

  • 14 - Setup Cloud SQL Instance And Import Data
  • 53 - Lab Introduction and Code Download
  • 53 - lab-10-setup-cloud-sql.zip
  • 54 - Prep Work
  • 55 - Enable Required APIs Services
  • 56 - Create Cloud SQL Instance
  • 57 - Preparing For Data Import Assign Permissions To Cloud SQL Service Account
  • 58 - Preparing For Data Import Create Cloud Storage Bucket and Upload SQL Dump File
  • 59 - Import Data Into Cloud SQL Instance
  • 60 - How Data Import From Cloud Storage Into Cloud SQL Works

  • 15 - Add Cloud SQL Authentication Details to Secret Manager
  • 61 - Lab Overview and Code Download
  • 61 - lab-11-add-cloud-sql-auth-info-in-secret-manager.zip
  • 62 - Create Secrets In Secret Manager
  • 63 - Assign Required Permissions to Service Account

  • 16 - Communicating With Cloud SQL Instance Over Public IP
  • 64 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 64 - lab-12-integration-cloud-sql-public-ip.zip
  • 65 - Code Walkthrough
  • 66 - Create Build Trigger In Cloud Build And Run It
  • 67 - Test Cloud Run Service

  • 17 - Communicating With Cloud SQL Over Private IP using Serverless VPC Connector
  • 68 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 68 - lab-13-integration-cloud-sql-private-ip-over-vpc-connector.zip
  • 69 - Enable Required APIs Services
  • 70 - Allocate Managed Private IP Range And Create Private Connection
  • 71 - Create Serverless VPC Access Connector
  • 72 - Enable Private IP Address For Cloud SQL Instance
  • 73 - Take Note Of Private IP Address Of Cloud SQL Instance
  • 74 - Code Walkthrough
  • 75 - Create Build Trigger In Cloud Build And Run It
  • 76 - Examine Cloud Run Service From GCP Console
  • 77 - Test Cloud Run Service

  • 18 - Communicating With Cloud SQL Over Private IP using Direct VPC Egress
  • 78 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 78 - lab-14-integration-cloud-sql-private-ip-over-direct-vpc-egress.zip
  • 79 - Assign Required Permissions To Service Account
  • 80 - Code Walkthrough
  • 81 - Delete Serverless VPC Access Connector
  • 82 - Create Build Trigger In Cloud Build And Run It
  • 83 - Test Cloud Run Service

  • 19 - Communicating With Cloud SQL Over Cloud SQL Connection using Direct VPC Egress
  • 84 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 84 - lab-15-integration-cloud-sql-cloud-sql-connection-over-direct-vpc-egress.zip
  • 85 - Enable Required APIs Services
  • 86 - Code Walkthrough
  • 87 - Create Build Trigger In Cloud Build And Run It
  • 88 - Test Cloud Run Service

  • 20 - Integrating Cloud Run Service With Cloud PubSub
  • 89 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 89 - lab-16-integration-with-pub-sub.zip
  • 90 - Use Case Overview and Code Walkthrough
  • 91 - Create Build Trigger In Cloud Build And Run It
  • 92 - Review Cloud Run Service From GCP Console
  • 93 - Create Required Service Accounts And Assign Permissions
  • 94 - Create PubSub Schema and Validate It
  • 95 - Create PubSub Topic
  • 96 - Create Subscription To The PubSub Topic
  • 97 - Test Cloud Run Service
  • 98 - Examine Cloud Run Service Logs To View Incoming Message Attributes

  • 21 - Integrating Cloud Run Service With Cloud Storage Using Eventarc
  • 99 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 99 - lab-17-integration-with-cloud-storage-using-eventarc.zip
  • 100 - Use Case Overview and Code Walkthrough
  • 101 - Enable Required APIs Services
  • 102 - Create Build Trigger In Cloud Build And Run It
  • 103 - Create Cloud Storage Bucket
  • 104 - Assign Permissions To Service Accounts
  • 105 - Create Service Account for Eventarc Trigger And Assign Permissions To It
  • 106 - Create Eventarc Trigger
  • 107 - Test Cloud Run Service And Examine Cloud Service Logs To Explore Event Data

  • 22 - Setup and Secure Service To Service Communication
  • 108 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 108 - lab-18-service-to-service-communication.zip
  • 109 - Code Walkthrough
  • 110 - Import Data In Cloud SQL Instance
  • 111 - Create Service Account for Cloud Run Service And Assign Permissions To It
  • 112 - Create Build Trigger In Cloud Build And Run It
  • 113 - Assign Required Permissions To Service Account
  • 114 - Create Build Trigger In Cloud Build And Run It
  • 115 - Test Service To Service Communication

  • 23 - Setup BlueGreen Deployment
  • 116 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 116 - lab-19-blue-green-deployment.zip
  • 117 - Code Walkthrough
  • 118 - Create Build Trigger In Cloud Build And Run It Blue
  • 119 - Explore Cloud Run Service Revision And Test It Blue
  • 120 - Make Code Changes And Push To GitHub Repository Green
  • 121 - Create Build Trigger In Cloud Build And Run It Green
  • 122 - Explore Cloud Run Service Revision And Test It Green
  • 123 - Manage Traffic Routing To Blue Green Revisions And Test BlueGreen Deployment

  • 24 - Create and Deploy Cloud Run Job
  • 124 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 124 - lab-20-createting-cloud-run-job.zip
  • 125 - Use Case Overview and Code Walkthrough
  • 126 - Create Cloud Storage Bucket For Outgoing File
  • 127 - Assign Required Permissions To Service Account
  • 128 - Create Build Trigger For Cloud Run Job In Cloud Build And Run It
  • 129 - Explore Cloud Run Job
  • 130 - Execute Cloud Run Job From GCP Console
  • 131 - Enable Required APIs Services To Create Schedule
  • 132 - Create Scheduled Trigger and Test Cloud Run Job

  • 25 - Setup Binary Authorization Using Built By Cloud Build Attestor
  • 133 - Lab Introduction Code Download And Push Code To GitHub Repo
  • 133 - lab-21-securing-containers-cloudbuild-attestor.zip
  • 134 - Code Walkthrough
  • 135 - Enable Required APIs Services
  • 136 - Create Build Trigger In Cloud Build And Run It
  • 137 - Explore Built By Cloud Build Attestor
  • 138 - Modify Default Binary Authorization Policy
  • 139 - Create Deployment Trigger and Run it
  • 140 - Test Cloud Run Service
  • 141 - Verify Service Revision Is Not Created If Image Is Not Built By Cloud Build

  • 26 - Setup Binary Authorization Using Custom Attestor
  • 142 - 1Lab Introduction Code Download And Push Code To GitHub Repo
  • 142 - lab-22-securing-containers-custom-attestor.zip
  • 143 - Enable Required APIs Services
  • 144 - Create Key Management Service KMS Key Ring
  • 145 - Create Key Management Service KMS Key
  • 146 - Create Custom Attestor
  • 147 - Explore Custom Attestor
  • 148 - Modify Default Binary Authorization Policy
  • 149 - Code Walkthrough
  • 150 - Add Required Permissions to Service Account
  • 151 - Create Build Trigger In Cloud Build And Run It
  • 152 - Create Deploy Trigger In Cloud Build And Run It
  • 153 - Verify Service Revision Is Not Created If Image Is Not Signed By Custom Attestor

  • 27 - Deploying Cloud SQL Auth Proxy As A Sidecar Container
  • 154 - 1Lab Introduction Code Download And Push Code To GitHub Repo
  • 154 - lab-23-sidecar-sql-auth-proxy.zip
  • 155 - Code Walkthrough
  • 156 - Enable Required APIs Services
  • 157 - Create Build Trigger In Cloud Build And Run It
  • 158 - Explore Cloud Run Service In GCP Console
  • 159 - Test Cloud Run Service
  • 160 - Verify Sidecar Container Is Being Used By Ingress Container
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 22210
    حجم: 2561 مگابایت
    مدت زمان: 346 دقیقه
    تاریخ انتشار: ۹ آبان ۱۴۰۲
    دسته بندی محصول
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید