FileMood

Download [ DevCourseWeb.com ] Udemy - Application Gateway Ingress Controller (AGIC) Made Easy

DevCourseWeb com Udemy Application Gateway Ingress Controller AGIC Made Easy

Name

[ DevCourseWeb.com ] Udemy - Application Gateway Ingress Controller (AGIC) Made Easy

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.7 GB

Total Files

155

Last Seen

2025-07-15 00:06

Hash

2D38C1C286C2FBBD7978E62E851F5146E2A1C4D0

/

Get Bonus Downloads Here.url

0.2 KB

/1. Course introduction/

1. Introduction about instructor and course.mp4

106.8 MB

2. Good to know Recommended background.mp4

15.5 MB

3. Connect with me.html

0.1 KB

/2. Understanding containers/

1. What is a container and how is it different from a VM.mp4

63.2 MB

2. Microservices architecture.mp4

14.4 MB

3. Install Docker and Azure CLI on an Ubuntu VM and other considerations.mp4

77.0 MB

3.1 Azure Free Account.html

0.1 KB

3.2 Install Docker Desktop on Windows.html

0.1 KB

3.3 Install Docker Engine on Ubuntu.html

0.1 KB

4. What are Docker, Dockerfile and Docker Hub.mp4

48.0 MB

5. Create a container app (web app), pushing it to Docker Hub and running it.mp4

57.9 MB

/.../my-web-app/

Dockerfile

0.3 KB

app.py

2.8 KB

/.../3. Starting with Application Gateway Ingress Controller (AGIC)/

1. What is the Azure Application Gateway.mp4

56.2 MB

1.1 What is Azure Application Gateway.html

0.1 KB

10. Create AGIC with the Greenfield method and add-on (using Azure CNI).mp4

30.5 MB

10.1 Greenfield Add-on.html

0.2 KB

11. Create AGIC with the Brownfield method and add-on (using kubenet).mp4

45.3 MB

11.1 Brownfield Add-on.html

0.2 KB

12. Create AGIC with the GreenfieldBrownfield method and Helm (Workload Identity).mp4

84.4 MB

12.1 Brownfield Helm.html

0.1 KB

12.2 commands.txt

4.3 KB

12.3 Greenfield Helm.html

0.1 KB

13. How and why to StopStart the AKS cluster and the Application Gateway.mp4

36.2 MB

13.1 Stopstart AKS.html

0.1 KB

13.2 Stopstart Application Gateway.html

0.2 KB

14. Deploy an application in AKS and see it exposed via the Application Gateway.mp4

31.6 MB

14.1 ingress.yaml

0.3 KB

15. Basic components-IP, backend pool, backend setting, listener, rule, health probe.mp4

112.1 MB

15.1 Application gateway components.html

0.2 KB

15.2 How an application gateway works.html

0.2 KB

16. Understand Application Gateway Backend Health.mp4

14.0 MB

16.1 Backend health.html

0.2 KB

17. Create AGIC with both public and private IP.mp4

54.1 MB

17.1 commands-public-private.txt

1.9 KB

17.2 kubectl node-shell.html

0.1 KB

18. Create AGIC with private IP only.mp4

77.2 MB

18.1 commands-private-only.txt

4.7 KB

19. Understand and use VNET peering.mp4

52.3 MB

2. What is Azure Kubernetes Service (AKS).mp4

65.8 MB

2.1 What is Azure Kubernetes Service.html

0.1 KB

20. Understand Application Gateway scaling.mp4

19.2 MB

20.1 Application Gateway scaling.html

0.2 KB

21. Understand annotations in AGIC.mp4

21.9 MB

21.1 AGIC-annotations.html

0.1 KB

22. Starting with Application Gateway Ingress Controller (AGIC) quiz.html

0.2 KB

3. Understand basic Kubernetes objects and what an ingress controller is.mp4

127.0 MB

4. Configure Application Gateway and AKS (without AGIC) to understand the downside.mp4

63.2 MB

5. Kubectl and Visual Studio Code tips and tricks.mp4

19.0 MB

6. What is the Application Gateway Ingress Controller (AGIC).mp4

45.6 MB

6.1 What is Application Gateway Ingress Controller.html

0.1 KB

7. Azure free account and AGIC pricing (Application Gateway and AKS pricings).mp4

119.5 MB

7.1 Application Gateway pricing.html

0.1 KB

7.2 Azure Free Account.html

0.1 KB

7.3 Azure Kubernetes Service (AKS) pricing.html

0.1 KB

7.4 Azure Pricing calculator.html

0.1 KB

7.5 Understanding Pricing for Azure Application Gateway and Web Application Firewall.html

0.1 KB

8. AGIC installation methods (Greenfield Brownfield and Add-on Helm).mp4

56.5 MB

9. Networking considerations, network plugins in AKS and their relevance in AGIC.mp4

126.0 MB

9.1 AKS network plugins.html

0.1 KB

9.2 AKS network plugins practice.html

0.1 KB

9.3 Application Gateway infrastructure configuration.html

0.1 KB

/.../4. AGIC routing and usage of other configuration annotations/

1. Configure a custom domain with the help of an Azure Public DNS zone and use it.mp4

31.6 MB

10. Override Frontend Port.mp4

12.9 MB

10.1 Override Frontend Port.html

0.2 KB

11. Use a Rewrite Rule Set.mp4

33.6 MB

11.1 Rewrite Rule Set.html

0.2 KB

12. Customize the Health Probe.mp4

63.1 MB

12.1 Health Probe annotations.html

0.2 KB

12.2 ingress-test-probe.yaml

0.5 KB

13. Cookie Based Affinity.mp4

56.0 MB

13.1 Cookie Based Affinity.html

0.2 KB

14. Connection Draining.mp4

19.7 MB

14.1 Connection Draining annotations.html

0.2 KB

15. Specify a Request Timeout after which the request will fail if not received.mp4

19.0 MB

15.1 Request Timeout.html

0.2 KB

16. AGIC routing and usage of other configuration annotations - quiz.html

0.2 KB

2. Host Multiple Sites.mp4

35.8 MB

2.1 ingress-multi.yaml

0.5 KB

3. Host Multiple Subdomains.mp4

26.3 MB

3.1 ingress-multi-subdomains.yaml

0.6 KB

4. URL Path Based Routing.mp4

32.5 MB

4.1 ingress-multi-url-path-based-routing.yaml

0.6 KB

5. Avoid this confusion when using URL Path Based Routing.mp4

42.4 MB

5.1 nginx-ingress.yaml

0.4 KB

6. Expose using a different path than the one at app level (Backend Path Prefix).mp4

24.6 MB

6.1 Backend path prefix.html

0.2 KB

7. Implement Rule Priority.mp4

47.1 MB

7.1 ingress-priority-app.yaml

0.4 KB

7.2 ingress-priority-wildcard.yaml

0.4 KB

8. Append additional hostnames (Hostname Extension).mp4

21.1 MB

8.1 Hostname extension.html

0.2 KB

8.2 ingress-hostname-extension.yaml

0.5 KB

9. Specify the hostname used while talking to the pods (Backend Hostname).mp4

51.2 MB

9.1 Backend hostname.html

0.2 KB

/.../url-path-based-routing/images/

Dockerfile

0.3 KB

images.py

0.2 KB

/.../url-path-based-routing/videos/

Dockerfile

0.3 KB

videos.py

0.2 KB

/.../5. Certificates, Security and Web Application Firewall (WAF) in AGIC/

1. Create a self-signed certificate.mp4

12.8 MB

10. Use a Network Security Group (NSG) to restrict traffic.mp4

65.0 MB

11. Understand Web Application Firewall (WAF).mp4

56.9 MB

11.1 What is Azure Web Application Firewall on Azure Application Gateway.html

0.1 KB

12. Deploy and test WAF.mp4

55.0 MB

13. Create and use a WAF policy.mp4

60.6 MB

13.1 Azure Waf Policy For Path.html

0.2 KB

13.2 ingress-waf.yaml

0.3 KB

14. Certificates, Security and Web Application Firewall (WAF) in AGIC - quiz.html

0.2 KB

2. Setup a boughtpaid trusted SSL certificate.mp4

60.7 MB

3. Create a Let's encrypt SSL certificate (manually).mp4

89.4 MB

4. Understand SSL Termination and End-to-End (E2E) SSL.mp4

60.3 MB

5. Expose via HTTPS with a certificate in a Kubernetes TLS secret.mp4

54.5 MB

5.1 ingress-certbot.yaml

10.7 KB

6. Configure SSL redirection.mp4

23.8 MB

6.1 SSL Redirect.html

0.1 KB

7. Expose via HTTPS with a certificate uploaded in the Application Gateway.mp4

63.5 MB

7.1 AppGw SSL Certificate.html

0.2 KB

8. Expose via HTTPS with Cert-Manager and Let's Encrypt certificate (autogenerated).mp4

108.4 MB

8.1 ingress-lets-encrypt-auto-ingress.yaml

0.5 KB

9. Setup End-to-End (E2E) SSL.mp4

77.2 MB

9.1 clusterissuer.yaml

0.4 KB

9.2 e2e-app.yaml

1.2 KB

9.3 ingress-e2e.yaml

0.7 KB

9.4 Setting up E2E SSL.html

0.2 KB

/.../6. Other AGIC-related configurations and considerations/

1. Restrict AGIC access to specific namespaces.mp4

46.6 MB

1.1 aci-prohibited.yaml

0.1 KB

2. Share an AGIC-managed Application Gateway with other Azure resources.mp4

117.0 MB

2.1 ingress-shared.yaml

0.3 KB

2.2 Multi-cluster Shared App Gateway.html

0.2 KB

3. Use AGIC and other ingress controller (like nginx) in the same AKS cluster.mp4

47.1 MB

4. Disable the managed add-on and considerations.mp4

21.5 MB

4.1 Disable the managed add-on and considerations.html

0.2 KB

5. Other AGIC-related configurations and considerations - Quiz.html

0.2 KB

/.../7. Monitor and troubleshoot AGICApplication Gateway/

1. AGIC logging levels.mp4

22.2 MB

1.1 AGIC Logging Levels.html

0.1 KB

2. Activity logs in Application Gateway.mp4

42.7 MB

3. Metrics Explorer and Insights in Application Gateway.mp4

64.0 MB

4. Enable Diagnostic Settings and explore logs.mp4

101.0 MB

4.1 Diagnostic logs.html

0.2 KB

4.2 ingress-monitor.yaml

0.3 KB

5. Understand Alerts in Azure.mp4

15.1 MB

6. Create a metrics-based alert.mp4

71.1 MB

6.1 ingress-fail.yaml

0.3 KB

7. Create a log-based alert.mp4

40.8 MB

8. Monitor and troubleshoot AGICApplication Gateway - quiz.html

0.2 KB

/.../8. Reliability and high availability (HA)/

1. Understand AGIC-related reliability, including Availability Zones.mp4

45.0 MB

2. How to specify Availability Zones during AKS and Application Gateway creation.mp4

14.9 MB

3. Use Azure Front Door to route traffic between multiple AGICs.mp4

100.9 MB

3.1 ingress-eastus.yaml

0.3 KB

3.2 ingress-westeurope.yaml

0.3 KB

4. Use a custom domain and Azure Front Door certificate to expose apps in AGIC.mp4

23.4 MB

5. Reliability and high availability (HA) - Quiz.html

0.2 KB

/.../9. Continue Your Learning Journey Special Offer Inside/

1. Continue Your Learning Journey Special Offer Inside.html

1.0 KB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

 

Total files 155


Copyright © 2025 FileMood.com