DEV Community

Akhil Sai Latchireddi
Akhil Sai Latchireddi

Posted on

Creating API Gateway with ACK(AWS Controllers for Kubernetes)

To create the API Gateway with ACK we need to install the required controllers.

Terraform code to install the EKS Blueprints:
https://github.com/aws-ia/terraform-aws-eks-blueprints

terraform apply -target="module.eks_blueprints"
Enter fullscreen mode Exit fullscreen mode

once the addon is installed in EKS we can use the addon to create a API Gateway in our EKS cluster using helm or kubectl apply.
https://github.com/AkhilSaiLatchireddi/eks-ack-api-gateway/blob/main/http-api-gw-v2-ack-eks.yaml

clone the repo and run:

kubectl apply -f http-api-gw-v2-ack-eks.yaml
Enter fullscreen mode Exit fullscreen mode

Top comments (0)