Question 2: Migrate from Ingress to Gateway API
Scenario:
Migrate an existing web application from Ingress to Gateway API. We must maintain HTTPSaccess.
A GatewayClass named nginx is installed in the cluster.
Tasks:
About 7 min
Scenario:
Migrate an existing web application from Ingress to Gateway API. We must maintain HTTPSaccess.
A GatewayClass named nginx is installed in the cluster.
Tasks:
Scenario:
Create a new HorizontalPodAutoscaler (HPA) named apache-server in the autoscale namespace.
This HPA must target the existing Deployment called apache-server in the autoscale namespace.
Scenario:
An NGINX Deploy named nginx-static is running in the nginx-static namespace. It is configured using a ConfigMap named nginx-config. Update the existing ConfigMap to allow only TLSv1.3 connections (TLSv1.2 should NOT be allowed). Re-create, restart, or scale resources as necessary.