🚀 DevOps & SRE Certification Program 📅 Starting: 1st of Every Month 🤝 +91 8409492687 🔍 Contact@DevOpsSchool.com

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

AWS Tutorials: AWS Gateway API Controller Setup Verification Checklist on EKS

✅ AWS Gateway API Controller Setup Verification Checklist for Kubernetes Gateway API (EKS)

This guide ensures a full production-ready setup for AWS Gateway API Controller integrated with Amazon VPC Lattice and Kubernetes Gateway API. It includes installation, configuration, network validation, and health check debugging.


✅ AWS Gateway API Controller Setup Verification Checklist


📦 A. Cluster & Core Setup

CheckpointCommandExpected Output
✅ EKS cluster is runningkubectl get nodesShows Ready nodes
✅ Correct context setkubectl config current-contextMatches your EKS cluster
✅ Kubernetes versionkubectl version --shortServer >= 1.24

🧱 B. Kubernetes Gateway API Installed

CheckpointCommandExpected Output
✅ Gateway CRDs installed`kubectl get crdsgrep gateway.networking.k8s.io`
✅ Gateway API version supportedkubectl get gatewayclassReturns valid list

🔌 C. AWS Gateway API Controller Installed

CheckpointCommandExpected Output
✅ Controller pods runningkubectl get pods -n aws-application-networking-systemPods show Running
✅ Helm chart installedhelm list -n aws-application-networking-systemIncludes gateway-api-controller
✅ GatewayClass registeredkubectl get gatewayclassName: amazon-vpc-lattice, Controller: application-networking.k8s.aws/gateway-api-controller

🔐 D. IAM / IRSA / Permissions

CheckpointCommandExpected Output
✅ OIDC provider enabledeksctl utils associate-iam-oidc-provider ...OIDC provider is associated
✅ IAM policy created`aws iam list-policiesgrep VPCLatticeControllerIAMPolicy`
✅ IAM role for controller existskubectl describe sa -n aws-application-networking-systemLinked with correct role

🌐 E. VPC Lattice-Specific Setup

CheckpointCommandExpected Output
✅ CRDs installed`kubectl get crdsgrep servicenetwork`
✅ ServiceNetwork existskubectl get servicenetworks.application-networking.k8s.awsmy-hotel or similar
✅ Gateway references Service Networkkubectl get servicenetworkattachments.application-networking.k8s.awsShows status Active
✅ Gateway programmedkubectl get gateway <name> -o yamlstatus.Programmed: True

🧪 F. DNS + Public Access

CheckpointCommandExpected Output
✅ VPC Lattice service DNS createdaws vpc-lattice list-services + get-serviceShows dnsEntry.domainName
✅ DNS reachablenslookup <lattice-dns-name> or digResolves to public IP
✅ TLS termination (optional)Check if tls.mode: Terminate & ACM cert usedHTTPS enabled

🛠️ G. Readiness for Sample App

CheckpointNotes
✅ Deployment and Service manifest readyYour app must have a Kubernetes Service pointing to the Pod
✅ GRPCRoute or HTTPRoute readyShould match the Gateway and backend service
✅ Port and Protocols correctgRPC → port: 443, protocol: GRPC, TLS: Passthrough or Terminate

✅ You’re Now Production Ready!

Your AWS Gateway API Controller setup is now complete, secure, and operational with VPC Lattice. Perfect for gRPC, HTTP, and future service-to-service connectivity.

Subscribe
Notify of
guest


0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.

0
Would love your thoughts, please comment.x
()
x