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

Google Kubernetes Engine GKE with DevOps 75 Real-World Demos

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

Google GKE, Kubernetes, IAM, Filestore, Disks, Ingress, Load Balancing, Autoscaling, SQL, DNS, Armor, DevOps, Build, CDN


1 - Introduction
  • 1 - Introduction
  • 2 - Course GitHub Repository Links.html
  • 3 - Create GCP Account and Budget alerts

  • 2 - Section02 Create GKE Standard Public Cluster
  • 4 - GKE0201CLUSTERIntroductiontoGKEClusterModesTypes
  • 5 - Step02 Create GKE Cluster
  • 6 - Step03 Verify GKE Cluster and other GKE Features
  • 7 - Step04 Connect to GKE using Google Cloud Shell
  • 8 - Step05 Deploy Sample Application Test and CleanUp

  • 3 - Section03 Install gcloud CLI on mac OS
  • 9 - Step01 Install Initialize gcloud CLI and Install GKE Auth Plugin
  • 10 - Step02 Install and Configure kubectl

  • 4 - Section04 Install gcloud CLI on Windows OS
  • 11 - Step01 WINDOWSOS Install Initialize gcloud CLI
  • 12 - Step02 Install GKE Auth Plugin kubectl and configure and Test

  • 5 - Section06 Kubernetes Pods
  • 13 - Step01 Kubernetes Architecture Introduction
  • 14 - Step02 Kubernetes Fundamentals Introduction
  • 15 - Step03 Kubernetes Pods Introduction
  • 16 - Step04 Implement Kubernetes Pods Imperative Way
  • 17 - Step05 Kubernetes Services Introduction
  • 18 - Step06 Expose Pod with Kubernetes Service
  • 19 - Step07 Connect to Pods Test and CleanUp

  • 6 - Section07 Kubernetes ReplicaSets
  • 20 - Step01 Introduction to Kubernetes ReplicaSets
  • 21 - Step02 Deploy ReplicaSet and Verify
  • 22 - Step03 Expose ReplicaSet as a Service
  • 23 - Step04 Test ReplicaSet Scalability Reliability and CleanUp

  • 7 - Section08 Kubernetes Deployment CREATE
  • 24 - Step01 Introduction to Kubernetes Deployments
  • 25 - Step02 Create Kubernetes Deployment and Verify
  • 26 - Step03 Scale Deployment and Expose Deployment as Service

  • 8 - Section09 Kubernetes Deployment UPDATE
  • 27 - Step01 Update Kubernetes Deployment with Set Image Option
  • 28 - Step02 Update Kubernetes Deployment with Edit Option

  • 9 - Section10 Kubernetes Deployment ROLLBACK
  • 29 - Step01 Deployment Rollback to Previous Version
  • 30 - Step02 Deployment Rollback to Specific Version and Rolling Restarts

  • 10 - Section11 Kubernetes Deployments Pause and Resume
  • 31 - Step01 Pause and Resume Kubernetes Deployments

  • 11 - Section12 Kubernetes ClusterIP and Load Balancer Service
  • 32 - Step01 Kubernetes Services Introduction
  • 33 - Step02 Kubernetes ClusterIP and Load Balancer Service Demo

  • 12 - Section13 YAML Basics
  • 34 - Step01 Kubernetes YAML Basics

  • 13 - Section14 Kubernetes Pod Service using YAML
  • 35 - Step01 Create YAML Kubernetes Pod Manifest
  • 36 - Step02 Create Load Balancer Service YAML Manifest and Test

  • 14 - Section15 Kubernetes ReplicaSets using YAML
  • 37 - Step01 Create ReplicaSet YAML Manifest
  • 38 - Step02 Create Load Balancer Service for ReplicaSet and Test

  • 15 - Section16 Kubernetes Deployment using YAML
  • 39 - Step01 Create Deployment YAML Manifest and Test

  • 16 - Section17 Kubernetes Services using YAML
  • 40 - Step01 Create Backend Deployment and Service
  • 41 - Step02 Create Frontend Deployment and Service and Test

  • 17 - Section18 GKE Kubernetes NodePort Service
  • 42 - Step01 Introduction to Kubernetes NodePort Service
  • 43 - Step02 Implement NodePort Service and Test

  • 18 - Section19 GKE Kubernetes Headless Service
  • 44 - Step01 Introduction to Kubernetes Headless Service
  • 45 - Step02 Implement Headless Service Demo

  • 19 - Section20 GKE Private Cluster
  • 46 - Step01 IntroductiontoGKEPrivateClusters
  • 47 - Step02 Create GKE Standard Cluster of Type Private
  • 48 - Step03 Review Deploy k8s manifests and Test without CloudNAT
  • 49 - Step04 Create CloudNAT Deploy k8s manifests Test and CleanUp
  • 50 - Step05 Understand GKE Authorized Network Feature

  • 20 - Section21 How to use GCP Persistent Disks in GKE
  • 51 - Step01 Introduction to GKE Storage Persistent Disks
  • 52 - Step02 Introduction to Demo 21 Use standardrwo
  • 53 - Step03 Create PVC ConfigMap YAML Manifests
  • 54 - Step04 Create MySQL Deployment Service YAML Manifests
  • 55 - Step05 Create UMS WebApp Deployment Service YAML Manifests
  • 56 - Step06 Deploy UMS WebApp and Verify
  • 57 - Step07 Review GCE PD Logs and CleanUp

  • 21 - Section22 How to use Balanced Persistent Disk in GKE
  • 58 - Step01 Demo 22 Use premiumrwo Storage Class

  • 22 - Section23 How to use Custom Storage Class in GKE for Persistent Disks
  • 59 - Step01 Introduction to Custom Storage Class
  • 60 - Step02 Implement Custom SC Test Volume Expansion
  • 61 - Step03 Test Reclaim Policy Retain

  • 23 - Section24 How to use Preexisting Persistent Disks in GKE
  • 62 - Step01 Introduction to Preexisting PD Demo
  • 63 - Step02 Create Persistent Volume YAML Manifest
  • 64 - Step03 Implement Demo Test and CleanUp

  • 24 - Section25 How to use Regional Persistent Disks in GKE
  • 65 - Step01 Introduction to Regional PD Demo
  • 66 - Step02 Implement Regional PD Demo Test and CleanUp

  • 25 - Section26 How to perform Persistent Disk Volume Snapshots and Volume Restore
  • 67 - Step01 Introduction to PD Volume Snapshot and Volume Restore
  • 68 - Step02 Deploy Project01 and Add Users
  • 69 - Step03 Review P02 and Deploy P02 Volume Snapshots
  • 70 - Step04 Review P03 and Deploy P03 Volume Restore Test and CleanUp

  • 26 - Section28 GKE Workloads and Cloud SQL with Public IP
  • 71 - Step01 Introduction to Cloud SQL MySQL with Public IP
  • 72 - Step02 Create Cloud SQL MySQL Database and Webappdb Schema
  • 73 - Step03 Review Kubernetes Manifests for CloudSQL Public IP Demo
  • 74 - Step04 Deploy Verify and CleanUp CloudSQL Public IP Demo

  • 27 - Section29 GKE Workloads and Cloud SQL with Private IP
  • 75 - Step01 Introduction to Cloud SQL MySQL with Private IP
  • 76 - Step02 Create Private Connection between CustomerVPC and GoogleManagedVPC
  • 77 - Step03 Create CloudSQL MySQL Instance with PrivateIP
  • 78 - Step04 Deploy Verify and CleanUp CloudSQL Private IP Demo

  • 28 - Section30 GKE Workloads and Cloud SQL with Private IP and No ExternalName Serv
  • 79 - Step01 Introduction to Cloud SQL without External Name Service
  • 80 - Step02 Review Deploy Verify without ExternalName Svc and CleanUp

  • 29 - Section31 How to use Google Cloud File Store in GKE
  • 81 - Step01 Introduction to File Store CSI Driver
  • 82 - Step02 Enable FileStore CSI Driver and Verify
  • 83 - Step03 Review Demo31 k8s YAML Manifests
  • 84 - Step04 Demo31 Deploy Verify and CleanUp

  • 30 - Section32 How to use Custom Storage Class for File Store in GKE
  • 85 - Step01 Introduction to File Store CSI Driver Custom Storage Class
  • 86 - Step02 Demo32 Deploy Verify and CleanUp

  • 31 - Section33 How to perform File Store Instance Volume Snapshots and Volume Resto
  • 87 - Step01 Introduction to File Store Volume Snapshots and Restore
  • 88 - Step02 Review and Deploy Project1 and 2
  • 89 - Step03 Deploy Project3 Verify and CleanUp Project123

  • 32 - Section34 Ingress Service Basics
  • 90 - Step01 Ingress Basics Introduction
  • 91 - Step02 Create Ingress Basics YAML Manifest
  • 92 - Step03 Deploy Verify and CleanUp Ingress Basics Demo

  • 33 - Section35 Ingress Context Path based Routing
  • 93 - Step01 Introduction to Ingress Context Path based Routing
  • 94 - Step02 Create Ingress CPR YAML Manifest
  • 95 - Step03 Deploy Verify and Clean Up Ingress CPR Demo

  • 34 - Section36 Ingress Custom Health Checks using Readiness Probes
  • 96 - Step01 Introduction to Custom Health Checks Readiness Probes
  • 97 - Step02 Review YAML Manifests for Custom Health check readiness Probes
  • 98 - Step03 Deploy Verify and CleanUp Custom Health Check Readiness Probes demo

  • 35 - Section37 Register a Google Cloud Domain for some advanced Ingress Service Dem
  • 99 - Step01 Register a Cloud Domain

  • 36 - Section38 Ingress with Static External IP and Cloud DNS
  • 100 - Step01 Introduction to Ingress with Static External IP and Cloud DNS
  • 101 - Step02 Create ExternalIP and Add Record in Cloud DNS and Verify
  • 102 - Step03 DeployVerify External IP Demo and CleanUp

  • 37 - Section39 Google Managed SSL Certificates for Ingress
  • 103 - Step01 Introduction to Google Managed SSL Certificates
  • 104 - Step02 Review YAML manifests for GMSSL and Deploy
  • 105 - Step03 Verify SSL Cert and HTTP and HTTPS Urls

  • 38 - Section40 Ingress HTTP to HTTPS Redirect
  • 106 - Step01 Ingress HTTP to HTTPS Redirect with FrontendConfigs

  • 39 - Section41 GKE Workload Identity
  • 107 - Step01 Introduction to Workload Identity
  • 108 - Step02 Create IAM Service Account and Associate IAM Role
  • 109 - Step03 Create k8s SA Implement IAM Policy Binding
  • 110 - Step04 Deploy Workload Identity from both pods
  • 111 - Step05 Test Negative usecase with CloudDNS and CleanUp

  • 40 - Section42 External DNS Controller Install
  • 112 - Step01 Introduction to External DNS Install
  • 113 - Step02 Implement Workload Identity Steps
  • 114 - Step03 Review External DNS Configs and Helm Options
  • 115 - Step04 Deploy ExternalDNS Controller and Verify

  • 41 - Section43 External DNS Ingress Service
  • 116 - Step01 Introduction to Ingress with External DNS
  • 117 - Step02 Deploy Ingress with External DNS annotation Verify and CleanUp

  • 42 - Section44 External DNS Kubernetes Service
  • 118 - Step01 Introduction to Kubernetes Service with External DNS
  • 119 - Step02 Deploy Kubernetes Service with Ext DNS Annotation Verify and Cleanup

  • 43 - Section45 Ingress Name based Virtual Host Routing
  • 120 - Step01 Introduction to Ingress Name based Virtual Host Routing
  • 121 - Step02 Review Ingress NVHR YAML Manifests
  • 122 - Step03 Deploy and Verify NVHR Demo

  • 44 - Section46 Ingress SSL Policy
  • 123 - Step01 Introduction to Ingress SSL Policy
  • 124 - Step02 Create SSL Policy Associate to Ingress and Verify

  • 45 - Section47 Ingress with IdentityAware Proxy
  • 125 - Step01 Introduction to Ingress with IAP
  • 126 - Step02 Create OAuth Consent Screen and OAuth Credentials
  • 127 - Step03 Review IAP changes to k8s YAML manifests
  • 128 - Step04 Deploy Verify IAP Access and CleanUp

  • 46 - Section48 Ingress with Self Signed SSL Certificates
  • 129 - Step01 Introduction to using Self Signed SSL for Ingress
  • 130 - Step02 Create SSL Certs and k8s secrets for App1 2 and 3
  • 131 - Step03 Deploy Verify Self Signed SSL Certs with Ingress and CleanUp

  • 47 - Section49 Ingress with Preshared SSL Certificates
  • 132 - Step01 Introduction to Ingress with Preshared SSL
  • 133 - Step02 Review Deploy Verify Preshared SSL Certs and CleanUp

  • 48 - Section50 Ingress with Cloud CDN HTTP Access Logging and Timeouts
  • 134 - Step01 Introduction to Ingress with Cloud CDN
  • 135 - Step02 Review BackendConfig YAML Manifest
  • 136 - Step03 Deploy and Verify Cloud CDN
  • 137 - Step04 Verify Cloud Logging and CleanUp

  • 49 - Section51 Ingress with Client IP Affinity
  • 138 - Step01 Introduction to Ingress with Client IP Affinity
  • 139 - Step02 Review Project01 and 02 k8s YAML Manifests
  • 140 - Step03 Deploy and Verify Ingress CIP
  • 141 - Step04 Learn how to disable settings in BackendConfig

  • 50 - Section52 Ingress with Cookie Affinity
  • 142 - Step01 Introduction to Ingress with Generated Cookie Affinity
  • 143 - Step02 Deploy Verify and CleanUp Cookie Affinity Demo

  • 51 - Section53 Ingress with Custom Health Checks using BackendConfig CRD
  • 144 - Step01 Introduction to Custom Health Checks with BackendConfig CRD
  • 145 - Step02 Review Deploy Verify and Cleanup BackendConfig Healthchecks

  • 52 - Section54 Ingress Internal Load Balancer
  • 146 - Step01 Introduction to Ingress Internal Load Balancer
  • 147 - Step02 Review Deploy Verify Internal LB and CleanUp

  • 53 - Section55 Ingress with Google Cloud Armor
  • 148 - Step01 Introduction to Ingress with Google Cloud Armor
  • 149 - Step02 Create Cloud Armor Policy
  • 150 - Step03 Review Deploy and Verify Cloud Armor with Ingress

  • 54 - Section56 Google Artifact Registry
  • 151 - Step01 Introduction to Google Artifact Registry
  • 152 - Step02 Create Docker Image on local desktop and Verify
  • 153 - Step03 Create Artifact Registry Tag and Push the Docker Image
  • 154 - Step04 Update Image in k8s deployment deploy and test

  • 55 - Section57 GKE Continuous Integration
  • 155 - Step01 Introduction to GKE Continuous Integration
  • 156 - Step02 Create SSH Keys Configure local and Cloudsource with SSH Keys
  • 157 - Step03 Run CI with gcloud builds command
  • 158 - Step04 Review cloudbuildyaml and Create CI Pipeline
  • 159 - Step05 Test CI Pipeline
  • 160 - Step06 Verify both Docker Images with k8s Deployment
  • 161 - Step07 Enable Approval Process for CI Builds

  • 56 - Section58 GKE Continuous Delivery
  • 162 - Step01 Introduction to GKE Continuous Delivery
  • 163 - Step02 Complete Steps1 to 5 Create k8s repo
  • 164 - Step03 Complete Steps6 to 11 Test CI CD First time
  • 165 - Step04 Test CI CD Second Time and Rebuild Option

  • 57 - Section59 Kubernetes Liveness Probes
  • 166 - Step01 Introduction to Liveness Probe
  • 167 - Step02 Liveness Probe with Command
  • 168 - Step03 Liveness Probe with HTTP Request Reproduce probe failure case

  • 58 - Section60 Kubernetes Startup Probes
  • 169 - Step01 Introduction to Startup Probe
  • 170 - Step02 Implement StartUp Probe and Test

  • 59 - Section61 Kubernetes Readiness Probe
  • 171 - Step01 Introduction to Readiness Probes
  • 172 - Step02 Implement Readiness Probe and Test it

  • 60 - Section62 Kubernetes Requests and Limits
  • 173 - Step01 Introduction to Kubernetes Requests and Limits
  • 174 - Step02 Implement Requests and Limits

  • 61 - Section63 GKE Cluster Autoscaling
  • 175 - Step01 Introduction to GKE Cluster Autoscaling
  • 176 - Step02 Implement Cluster Autoscaling

  • 62 - Section64 Kubernetes Namespaces
  • 177 - Step01 Introduction to Kubernetes Namespaces
  • 178 - Step02 Kubernetes Namespaces Imperative Demo
  • 179 - Step03 Kubernetes Namespaces Declarative Demo

  • 63 - Section65 Kubernetes Namespaces Resource Quota
  • 180 - Step01 Introduction to Kubernetes Resource Quota
  • 181 - Step02 Implement Kubernetes Resource Quota Demo

  • 64 - Section66 Kubernetes Namespaces Limit Range
  • 182 - Step01 Introduction to Kubernetes Limit Range
  • 183 - Step02 Implement Kubernetes Limit Range Demo01
  • 184 - Step03 Implement Kubernetes Limit Range Demo02

  • 65 - Section67 Kubernetes Horizontal Pod Autoscaler
  • 185 - Step01 Introduction to Horizontal Pod Autoscaler
  • 186 - Step02 Implement HPA Demo

  • 66 - Section68 GKE Autopilot Cluster
  • 187 - Step01 Introduction to GKE Autopilot Cluster
  • 188 - Step02 Create GKE Autopilot Cluster
  • 189 - Step03 Deploy Application Test and CleanUp

  • 67 - Section69 How to manage Multiple Cluster access in kubeconfig
  • 190 - Step01 Access to Multiple Clusters with kubectl config commands

  • 68 - Section05 Docker Fundamentals
  • 191 - Step01 Introduction to Docker Fundamentals
  • 192 - Step02 What is Docker
  • 193 - Step03 Docker Architecture
  • 194 - Step04 Docker Installation
  • 195 - Step05 Pull from Docker Hub and Run it as Container
  • 196 - Step06 Push to Docker Hub
  • 197 - Step07 Docker Commands
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    شناسه: 9543
    حجم: 12020 مگابایت
    مدت زمان: 1570 دقیقه
    تاریخ انتشار: 22 فروردین 1402
    طراحی سایت و خدمات سئو

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