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

Azure Kubernetes Service AGIC Ingress: 30 Real-World Demos

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

Azure Application Gateway Ingress Controller, Health Probes, Cert-Manager, External DNS, Lets Encrypt, E2E SSL, WAF,Helm


1. Introduction
  • 1. Introduction
  • 2. Course GitHub Repository Links.html

  • 2. Demo-01 Install AKS AGIC Add-On using Greenfield Method
  • 1. Step-01 Introduction to Azure AKS AGIC
  • 2. Step-02 Create Azure AKS Cluster with AGIC Addon and AppGw
  • 3. Step-03 Assign network contributor role to AGIC addon Managed Identity
  • 4. Step-04 Verify AKS Cluster and Application Gateway
  • 5. Step-05 Cost saving by stopping AppGw and AKS Cluster when not in use

  • 3. Demo-02 Azure AGIC - Ingress with Default Backend
  • 1. Step-01 Introduction to Ingress Default Backend
  • 2. Step-02 Deploy and Verify Ingress with Default Backend
  • 3. Step-03 Verify AppGw settings and Clean-up

  • 4. Demo-03 Azure AGIC - Ingress with HTTP Paths and Rules
  • 1. Step-01 Introduction to HTTP Paths and Rules
  • 2. Step-02 Review Kubernetes Manifests
  • 3. Step-03 Deploy and Verify HTTP Root Path and app1 Path
  • 4. Step-04 Scale the Deployment and Verify changes in AppGW

  • 5. Demo-04 Azure AGIC - Ingress URL Routing
  • 1. Step-01 Introduction to Ingress URL Routing
  • 2. Step-02 URL Routing demo with Default Backend in Ingress Service
  • 3. Step-03 URL Routing demo with HTTP Path Root Context in Ingress Service

  • 6. Demo-05 Azure AGIC - Ingress Backend Path Prefix
  • 1. Step-01 Introduction to Backend Path Prefix Annotation
  • 2. Step-02 Implement Backend Path Prefix Annotation Demo

  • 7. Demo-06 Azure AGIC - Ingress Backend Host Name
  • 1. Step-01 Introduction to Backend Hostname Annotation
  • 2. Step-02 Implement Backend Hostname Annotation Demo

  • 8. Demo-07 Azure AGIC - Ingress Cookie Based Affinity
  • 1. Step-01 Introduction to Cookie based Affinity Annotations
  • 2. Step-02 Enable Cookie based Affinity and Verify
  • 3. Step-03 Enable Distinct Cookie setting and Verify

  • 9. Demo-08 Azure AGIC - Ingress Override Frontend Port
  • 1. Step-01 Override Frontend Port Annotation Demo

  • 10. Demo-09 Azure AGIC - Ingress Rewrite Rule Set
  • 1. Step-01 Introduction to Rewrite Rule Set Annotation
  • 2. Step-02 Implement Rewrite Rule Set Annotation Demo

  • 11. Demo-10 Azure AGIC - Ingress Default and HTTP Health Probes
  • 1. Step-01 Introduction to Default and HTTP Health Probes
  • 2. Step-02 Implement Default and HTTP Health Probes

  • 12. Demo-11 Azure AGIC - Ingress Readiness and Liveness Health Probes
  • 1. Step-01 Introduction to Readiness and Liveness Health Probes
  • 2. Step-02 Implement Readiness Probe Demo
  • 3. Step-03 Implement Liveness Probe and both probes demo

  • 13. Demo-12 Azure AGIC - Ingress Health Probe Annotations
  • 1. Step-01 Demo with AGIC Health Probe Annotations

  • 14. Demo-13 Azure DNS Zones - Delegate Domain Name
  • 1. Step-00 Pre-requisite Note for Delegate Domain to Azure DNS Zones
  • 2. Step-01 Introduction-to-Delegate-Domain-to-Azure-DNS-Zones
  • 3. Step-02 Create Azure DNS Zone, Delegate Domain and Verify

  • 15. Demo-14 Azure AGIC - Install External DNS Controller
  • 1. Step-01 Introduction to External DNS Install
  • 2. Step-02 Create Role Assignment for Managed Identity
  • 3. Step-03 Create Kubernetes Secret with azure.json file
  • 4. Step-04 Review and Deploy External DNS Controller

  • 16. Demo-15 Azure AGIC - Ingress spec.rules.host + External DNS
  • 1. Step-01 Introduction to Ingress spec.rules.host with External DNS
  • 2. Step-02 Implement External DNS Demo with Ingress Service

  • 17. Demo-16 Azure AGIC - Ingress Domain Name Routing
  • 1. Step-01 Introduction to Ingress Domain Name Routing Demo
  • 2. Step-02 Implement Ingress Domain Name Routing Demo

  • 18. Demo-17 Azure AGIC - Ingress TLS SSL
  • 1. Step-01 Introduction to Ingress TLS
  • 2. Step-02 Create Self-Signed SSL Cert, Key and Kubernetes Secret
  • 3. Step-03 Deploy and Verify Ingress TLS

  • 19. Demo-18 Azure AGIC - Ingress TLS SSL Redirect
  • 1. Step-01 Ingress SSL Redirect Demo

  • 20. Demo-19 Azure AGIC - Ingress SSL Reference AppGw Certs in Ingress Service
  • 1. Step-01 Introduction to reference AppGw Certs in Ingress Service
  • 2. Step-02 Implement AppGw SSL Certificate Annotation Demo

  • 21. Demo-20 Azure AGIC - Ingress End to End SSL Build Backend SSL Application
  • 1. Step-01 Introduction to Building Backend SSL Application
  • 2. Step-02 Implement Backend SSL Demo

  • 22. Demo-21 Azure AGIC - Ingress End to End SSL Implementation
  • 1. Step-01 Introduction to End to End SSL Demo
  • 2. Step-02 Upload Backend SSL Certificate to Application Gateway
  • 3. Step-03 Implement End to End SSL Demo and CleanUp

  • 23. Demo-22 Azure AGIC - Ingress SSL with Cert Manager and Lets Encrypt
  • 1. Step-01 Introduction to usage of Cert Manager and Lets Encrypt
  • 2. Step-02 Install Cert Manager and Verify
  • 3. Step-03 Review and Deploy Cert Manager Cluster Issuer
  • 4. Step-04 Deploy Apps and Verify SSL Certs generated by LetsEncrypt
  • 5. Step-05 Verify AppGw settings, Access Apps and Cleanup

  • 24. Demo-23 Azure AGIC - Ingress with Web Application Firewall (WAF) and OWASP
  • 1. Step-01 Enable WAF and Logs on Application Gateway
  • 2. Step-02 Deploy App and Verify with XSS Attack
  • 3. Step-03 Verify AppGw Logs and CleanUp

  • 25. Demo-24 Azure AGIC - Ingress with WAF Custom Policy
  • 1. Step-01 Introduction to Ingress with WAF Custom Policy
  • 2. Step-02 Create WAF Policy
  • 3. Step-03 Implement WAF Route Path Demo
  • 4. Step-04 Implement WAF HTTP Listener Demo and CleanUp

  • 26. Demo-25 Azure AGIC - Ingress with Application Gateway Private IP
  • 1. Step-01 Introduction to using Private IP on AppGw
  • 2. Step-02 Implement Private IP with Ingress Service and AppGw

  • 27. Demo-26 Azure AGIC - Multiple Ingress Controllers (Nginx and AGIC)
  • 1. Step-01 Introduction to Multiple Ingress Controllers (Nginx and AGIC)
  • 2. Step-02 Create Public IP for Nginx Ingress Controller
  • 3. Step-03 Install Nginx Ingress Controller using Helm
  • 4. Step-04 Verify Nginx Ingress Controller Helm Release
  • 5. Step-05 Deploy App1 and App2, Verify Ingress services and cleanup
  • 6. Step-06 CleanUp AKS Cluster and Application Gateway

  • 28. Demo-27 Azure AGIC - Install using Helm Charts
  • 1. Step-01 Introduction to Installing AGIC using Helm Charts
  • 2. Step-02 Create Resource Group, Vnet and Subnets
  • 3. Step-03 Create Azure AKS Cluster
  • 4. Step-04 Create Azure Application Gateway
  • 5. Step-05 Create User Assigned and Fed Identity Credential
  • 6. Step-06 Create Role Assignment for VNET, PIP and AppGw
  • 7. Step-07 Create helm-config.yaml file
  • 8. Step-08 Install AGIC Helm Release on AKS Cluster
  • 9. Step-09 Verify the Installed Helm Release
  • 10. Step-10 Deploy App1, verify and CleanUp

  • 29. Demo-28 Azure AGIC - Shared Application Gateway with other Azure Resources
  • 1. Step-01 Introduction to AGIC Shared Application Gateway
  • 2. Step-02 Enabled Shared equals true and Verify with sample app
  • 3. Step-03 Create myaciapp1 and test
  • 4. Step-04 Create myaciapp2 and test
  • 5. Step-05 Implement prohibit myaciapp1 target, test and cleanup

  • 30. Demo-29 Azure AGIC - Watch Namespaces
  • 1. Step-01 Introduction to AGIC Watch Namespaces
  • 2. Step-02 Deploy App1, App2 and Verify for Watch All Namespace scenario
  • 3. Step-03 Upgrade Helm Release with Watch Namespace setting
  • 4. Step-04 Deploy App1, App2 and we should see Prod NS configs only
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    شناسه: 26600
    حجم: 5660 مگابایت
    مدت زمان: 639 دقیقه
    تاریخ انتشار: 26 آذر 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید