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

Google Kubernetes Engine (GKE) – A Complete Practical Guide

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

Google Cloud Platform, Google GKE, Kubernetes in GCP, Ingress, Gateway, Cloud SQL Auth Proxy, FUSE, Scaling,Loadbalacing


1. Architecture
  • 1. Introduction
  • 2. Kubernetes Architecture
  • 3. GKE Architecture
  • 4. GKE - Configuration Choices
  • 5. Standard vs Autopilot Cluster
  • 6. GCP Public vs Private VMs
  • 7. GKE Private Cluster
  • 8. GKE Public Cluster
  • 9. GKE Availability Choices

  • 2. Cluster Creation & Access
  • 1. Section Introduction
  • 2. Creating a Standard Cluster - Part 1
  • 3. Creating a Standard Cluster - Part 2
  • 4. Creating a Standard Cluster - Part 3
  • 5. Creating a Autopilot Cluster
  • 6. Accessing the Cluster - Options
  • 7. Accessing the Cluster - From Laptop
  • 8. Accessing the Cluster - From Cloud Shell
  • 9.1 components to install in compute engine.txt
  • 9. Accessing the Cluster - From Compute Instance

  • 3. Deploying and Exposing App
  • 1.1 application.zip
  • 1. Section Introduction
  • 2.1 kubectl autocomplete.txt
  • 2. Using Kubectl - Shortcuts and Autocomplete
  • 3. Understanding Pod and Deployment
  • 4. Understanding Services
  • 5. Sample App
  • 6. Create Backend Deployment & Service
  • 7. Create Frontend Deployment & Service
  • 8. See Loadbalancer in Action
  • 9. Loadbalancer with a Static IP
  • 10. Using Config Map for Frontend App

  • 4. Connecting to Cloud SQL
  • 1. Section Introduction
  • 2.1 deploy-task-backend.zip
  • 2.2 deploy-task-frontend.zip
  • 2.3 mysql table data creation .txt
  • 2.4 svc-clusterip-task-backend.zip
  • 2.5 svc-lb-task-frontend.zip
  • 2. Creating Public Cloud SQL - My SQL
  • 3. Explore Cloud SQL Instance - Add DB and User
  • 4. Connecting to My SQL from Backend App
  • 5. Deploy the Frontend App
  • 6. Run Frontend application from Browser and check DB Connection
  • 7.1 deploy-task-backend-using-secret.zip
  • 7.2 secret for sql backend.txt
  • 7. Using Secret in the Deployment
  • 8. Creating Private Cloud SQL - My SQL
  • 9. Connecting to Private My SQL from App
  • 10. Check App from Frontend

  • 5. Cloud SQL Auth Proxy
  • 1. Non Secure DB Connection
  • 2. Cloud Auth Proxy Introduction
  • 3. Workload Identity Introduction
  • 4.1 Workload identity steps.txt
  • 4. Workload Identity Setup
  • 5. Note.html
  • 6.1 auth-proxy-sidecar.zip
  • 6.2 mysql table data creation .txt
  • 6. SQL Proxy as Sidecar
  • 7.1 auth-proxy-independent-deployment.zip
  • 7.2 mysql table data creation .txt
  • 7. SQL Proxy as Independent Deployment

  • 6. Using Volumes in GKE - Introduction
  • 1. Volume Introduction
  • 2. GKE Cluster Option for Volumes
  • 3.1 hostpath.zip
  • 3. Using Hostpath Volume

  • 7. Using Volumes in GKE - Persistent Storage
  • 1.1 pd-existing.zip
  • 1. Using Existing PD
  • 2. Using Existing PD - Scenarios
  • 3. Using Existing PD - Regional
  • 4. Storage Class - Introduction
  • 5.1 pd-sc-balanced.zip
  • 5. Using Existing Storage Class
  • 6.1 pd-sc-custom.zip
  • 6. Using Custom Storage Class

  • 8. Using Volumes in GKE - File Store
  • 1. Creating a Filestore
  • 2.1 fs-existing.zip
  • 2. Using Existing Filestore
  • 3.1 fs-sc-standard.zip
  • 3. Using Existing Storage Class - Part 1
  • 4. Using Existing Storage Class - Part 2
  • 5.1 fs-sc-custom.zip
  • 5. Using Custom Storage Class

  • 9. Using Volumes in GKE - Cloud Storage ( Buckets)
  • 1.1 GCP Doc Link.txt
  • 1. Basic Setup to use a Bucket
  • 2.1 fuse-bucket.zip
  • 2. Using Bucket in a Pod - Part 1
  • 3. Using Bucket in a Pod - Part 2
  • 4. Storage Option - Comparision

  • 10. Ingress in GKE
  • 1. Ingress - Introduction
  • 2.1 basic-routing.zip
  • 2. Creating an Ingress
  • 3.1 static-ip.zip
  • 3. Creating Ingress with Static IP
  • 4. Accessing Ingress with DNS
  • 5.1 ssl-self-sign.zip
  • 5. Creating Secure (HTTPS) Connection with Ingress
  • 6.1 ssl-redirect.zip
  • 6. Redirect HTTP to HTTPs with Ingress
  • 7.1 restrict-http.zip
  • 7. Restrict Insecure (HTTP) Traffic with Ingress

  • 11. Gateway in GKE
  • 1. Gateway - Introduction
  • 2.1 basic-gateway.zip
  • 2. Creating a Gateway
  • 3.1 static-ip.zip
  • 3. Creating Gateway with Static IP
  • 4. Accessing Gateway with DNS
  • 5.1 ssl.zip
  • 5. Creating Secure (HTTP) Connection with Gateway
  • 6.1 http-routing.zip
  • 6. Redirect HTTP to HTTPs with Gateway

  • 12. Node Scheduling and Node pools
  • 1. Section Introduction
  • 2. Node Scheduling - An Introduction
  • 3. Taints and Tolerations - Introduction
  • 4. Node Affinity and Node Selector - Introduction
  • 5. Nodepool - An Introduction
  • 6. Creating Cluster with Node Pools
  • 7. Assign Pods to a Desired Node Pool
  • 8. Restricting Unwanted Pods into a Node Pool
  • 9. Additional Note on Node Pool

  • 13. Scaling
  • 1. Scaling Options in GKE
  • 2. Creating Cluster with Scaling Options
  • 3.1 hpa.zip
  • 3. Pod Horizontal Scaling - HPA
  • 4.1 vpa.zip
  • 4. Pod Vertical Scaling - VPA
  • 5. Cluster Auto Scaling
  • 6. Cluster Node Auto-provisioning - Scenario 1
  • 7. Cluster Node Auto-provisioning - Scenario 2
  • 8. Scaling Down - Avoiding Application Outage - Options

  • 14. Autopilot Cluster
  • 1. Creating an Autopilot Cluster
  • 2. Creating First Pod in Autopilot Cluster
  • 3. Default, Minimum & Maximum Resource Allocation in Autopilot Cluster
  • 4. Choosing Node Type in Autopilot Cluster
  • 5. Reserving Capacity for Rapid Scaling
  • 6. Node Visibility in Autopilot Cluster

  • 15. Release Management & Kubernetes Version Upgrade
  • 1. Introduction - Versioning in Kubernetes
  • 2. Release Channels
  • 3. Upgrade Options and Stretegies
  • 4. Autopilot & Standard Cluster Upgrade

  • 16. Security and RBAC
  • 1. Security - Introduction
  • 2. Service Account - Best Practices
  • 3. Cluster Visibility
  • 4. Cluster Access and Privileges - RBAC - Introduction
  • 5. Cluster Access and Privileges - RBAC - Demo 1
  • 6. Cluster Access and Privileges - RBAC - Demo 2
  • 7. Kubernetes Network Policy
  • 8. Security Posture Management
  • 9. Workload Scanning
  • 10. Security - Conclusion
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    شناسه: 38915
    حجم: 4803 مگابایت
    مدت زمان: 734 دقیقه
    تاریخ انتشار: 11 مرداد 1403
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

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