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

Azure Application Gateway for Containers (with Gateway API)

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

A Comprehensive and Practical Course: Containers, K8s, AKS, Gateway API, Web Applications, Routing, Security, Monitoring


1. Introduction
  • 1. Meet the Instructor
  • 2. Understanding the Path Ahead Course Curriculum Overview
  • 3. Good to know Recommended background
  • 4. Connect with me.html

  • 2. Understanding containers
  • 1. What is a container and how is it different from a VM
  • 2. Microservices architecture
  • 3.1 Azure Free Account.html
  • 3.2 Install Docker Desktop on Windows.html
  • 3.3 Install Docker Engine on Ubuntu.html
  • 3. Install Docker and Azure CLI on an Ubuntu VM and other considerations
  • 4. What are Docker, Dockerfile, and Docker Hub
  • 5.1 my-web-app.zip
  • 5. Creating a container app (web app), pushing it to Docker Hub and running it

  • 3. Starting with AKS and Application Gateway for Containers
  • 1.1 AKS Docs.html
  • 1.2 Kubernetes Docs.html
  • 1. What are Kubernetes and Azure Kubernetes Service (AKS)
  • 2. Create and explore an Azure Kubernetes Service (AKS)
  • 3.1 Stop and start an Azure Kubernetes Service (AKS) cluster.html
  • 3. How and why to StopStart the AKS cluster
  • 4. Understand basic Kubernetes objects and CRDs
  • 5.1 Install kubectl.html
  • 5. Kubectl and Visual Studio Code tips and tricks
  • 6.1 kubectl debug.html
  • 6.2 kubectl node-shell.html
  • 6. How to connect to AKS nodes
  • 7. Quick clarification on terminology
  • 8.1 Ingress API reference.html
  • 8.2 Ingress docs.html
  • 8. Understand Ingress API
  • 9.1 Gateway API documentation.html
  • 9.2 Gateway API Specification.html
  • 9. Understand Gateway API
  • 10. Compare Ingress and Gateway APIs
  • 11.1 Azure Application Gateway for Containers documentation.html
  • 11.2 What is Application Gateway for Containers and its components.html
  • 11. What is the Azure Application Gateway for Containers
  • 12.1 Application Gateway for Containers deployment strategies.html
  • 12. Understand the deployment strategies
  • 13. Compare AGfC and AGIC and understand why to consider migrating to AGfC
  • 14. Networking considerations
  • 15.1 Deploy AKS and Application Gateway for Containers ALB Controller.html
  • 15.2 deploy-aks-alb-byo.zip
  • 15.3 deploy-aks-alb-managed.zip
  • 15. Create AKS and deploy the ALB Controller
  • 16.1 commands-create-resources-byo-scenario.txt
  • 16.2 Create Application Gateway for Containers - bring your own deployment.html
  • 16.3 deploy-agfc-byo.zip
  • 16. Create and use AGfC using bring your own (BYO) deployment strategy
  • 17.1 commands-create-resources-managed-scenario.txt
  • 17.2 Create Application Gateway for Containers managed by ALB Controller.html
  • 17.3 deploy-agfc-managed.zip
  • 17. Create and use AGfC using managed by ALB controller deployment strategy
  • 18.1 Application Gateway for Containers components.html
  • 18. Lets have a practical look at AGfCs components
  • 19.1 ALB Controller - Backend Health and Metrics.html
  • 19. Explore the Backend Health and Metrics via CLI
  • 20.1 How Application Gateway for Containers routes a request.html
  • 20. Learn and explore the modifications to the request performed by AGfC
  • 21. Deploy AGfC in a different VNET than AKSs and use VNET peering
  • 22. Now that we've used AGfC, what are the reasons to use it over other solutions
  • 23. Clarifications on how we are going to work further
  • 24. Starting with AKS and Application Gateway for Containers quiz.html

  • 4. Custom Domain Configuration
  • 1. Configure a custom domain with the help of an Azure Public DNS zone
  • 2.1 How Application Gateway for Containers accepts a request.html
  • 2. How to use your own domain in AGfC
  • 3. Custom Domain Configuration.html

  • 5. [Gateway API] AGfC routing and other configurations
  • 1.1 commands-gateway-api-basic-example.txt
  • 1. [Gateway API] Basic Example
  • 2. [Gateway API] Setup Own Domain with a CNAME record
  • 3.1 commands-host-multiple-sites-option1-multiple-frontend.txt
  • 3. [Gateway API] Host Multiple Sites - Option 1 (Multiple Frontends)
  • 4.1 commands-host-multiple-sites-option2-single-frontend.txt
  • 4. [Gateway API] Host Multiple Sites - Option 2 (Single Frontend)
  • 5.1 commands-url-path-based-routing.txt
  • 5. [Gateway API] URL Path Based Routing
  • 6.1 commands-gateway-api-header-routing.txt
  • 6. [Gateway API] Header Based Routing
  • 7.1 commands-gateway-api-query-string-based-routing.txt
  • 7. [Gateway API] Query String Based Routing
  • 8.1 commands-gateway-api-traffic-splitting.txt
  • 8. [Gateway API] Traffic Splitting Weighted Round Robin Routing
  • 9.1 COMMAN~1.TXT
  • 9. [Gateway API] Cross-Namespace Routing - Gateway Setup (Selected Namespaces)
  • 10.1 gateway-api-cross-namespace-any.txt
  • 10. [Gateway API] Cross-Namespace Routing - Gateway Setup (Any Namespaces)
  • 11.1 gateway-api-cross-namespace-referencegrant.txt
  • 11. [Gateway API] Cross-Namespace Routing - Understand and Use ReferenceGrant
  • 12. [Gateway API] AGfC routing and other configurations quiz.html

  • 6. [Ingress API] AGfC routing and other configurations
  • 1.1 commands-ingress-api-basic-example.txt
  • 1. [Ingress API] Basic Example
  • 2. [Ingress API] Setup Own Domain with a CNAME record
  • 3.1 commands-ingress-api-host-multiple-sites.txt
  • 3. [Ingress API] Host Multiple Sites using a Single Frontend
  • 4.1 commands-ingress-api-url-path-based-routing.txt
  • 4. [Ingress API] URL Path Based Routing
  • 5. [Ingress API] AGfC routing and other configurations quiz.html

  • 7. TLS Certificate Setup and Key Concepts
  • 1. Understand SSL TerminationOffloading in AGfC
  • 2. Understand Mutual TLS (mTLS) in AGfC
  • 3. Create a Self-Signed Certificate
  • 4. Setup a BoughtPaid Trusted TLS Certificate
  • 5. Create a Lets Encrypt TLS Certificate (manually)
  • 6. TLS Certificate Setup and Key Concepts quiz.html

  • 8. [Gateway API] Implement Certificates and Security in AGfC
  • 1.1 commands-gateway-api-setup-ssl-termination.txt
  • 1. [Gateway API] Setup SSL TerminationOffloading
  • 2.1 Backend MTLS with Application Gateway for Containers - Gateway API.html
  • 2.2 commands-gateway-api-setup-mtls.txt
  • 2. [Gateway API] Setup mTLS
  • 3.1 commands-gateway-api-use-multiple-certs.txt
  • 3.2 Listeners with different certificates.html
  • 3. [Gateway API] Use Multiple Certs in the Same Gateway to Expose Multiple Apps
  • 4.1 Gateway API Security Model.html
  • 4. [Gateway API] Understand Security Model
  • 5.1 prepare-env-kubernetes-rbac.zip
  • 5. [Gateway API] Prepare the environment for Kubernetes RBAC
  • 6.1 gateway-api-implement-k8s-rbac-k8s-resources.txt
  • 6. [Gateway API] Implement a Security Model with Kubernetes RBAC in AKS
  • 7. [Gateway API] Implement Certificates and Security in AGfC quiz.html

  • 9. [Ingress API] Implement Certificates and Security in AGfC
  • 1.1 commands-ingress-api-setup-ssl-termination.txt
  • 1. [Ingress API] Setup SSL TerminationOffloading
  • 2. [Ingress API] Implement Certificates and Security in AGfC quiz.html

  • 10. Monitor and troubleshoot AGfC
  • 1.1 Troubleshooting in Application Gateway for Containers.html
  • 1. Troubleshooting Basics (controller logs, backend health, errors, K8s resources)
  • 2. Activity Logs in AGfC
  • 3. Diagnose and Solve Problems in AGfC
  • 4. Metrics Explorer in AGfC
  • 5. Monitor and troubleshoot AGfC quiz.html

  • 11. Course Wrap-Up Gratitude and Resource Management
  • 1. Course Wrap-Up Gratitude and Resource Management

  • 12. Continue Your Learning Journey Special Offer Inside
  • 1. Continue Your Learning Journey Special Offer Inside.html
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    شناسه: 20526
    حجم: 2978 مگابایت
    مدت زمان: 380 دقیقه
    تاریخ انتشار: 15 مهر 1402
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

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