terraform-docker-modules/ ├── modules/ │ ├── docker-container/ # Docker container module │ └── ecs-fargate/ # AWS ECS Fargate module ├── examples/ │ ├── 01-basic-docker/ # Basic Docker example │ ├── ...
The ALB Controller is responsible for translating Gateway API and Ingress API configuration within Kubernetes to load balancing rules within Application Gateway for Containers. The following guide ...