Hey guys,
Is somebody using Lambda + k8s running on EC2?
I need my Lambda to hit a service running on my k8s cluster. But I can’t figure out what inbound rule and such need to be configured.
Can somebody help?
j
Jono Allen
03/30/2022, 11:00 PM
are you running your lambda in a vpc?
a
Adrián Mouly
03/30/2022, 11:25 PM
Yes!
Adrián Mouly
03/30/2022, 11:25 PM
Same vpc as the cluster.
j
Jono Allen
03/31/2022, 12:25 AM
nice and what are you wanting to “hit” the services over what protocol? http?
a
Adrián Mouly
03/31/2022, 10:01 AM
Yes, http, its a rest api.
t
Tim Birkett
04/01/2022, 8:19 AM
You have an ingress controller and ingress to your service?