Hey guys, Is somebody using Lambda + k8s running ...
# help
a
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
are you running your lambda in a vpc?
a
Yes!
Same vpc as the cluster.
j
nice and what are you wanting to “hit” the services over what protocol? http?
a
Yes, http, its a rest api.
t
You have an ingress controller and ingress to your service?