pwrdrvr / lambda-dispatch

Lambda Dispatch for AWS Lambda - Avoid cold starts, save up to 80%!
38 stars 3 forks source link

Router - Get pod IP on EKS #153

Closed huntharo closed 6 months ago

huntharo commented 6 months ago

Motivations

Acceptance Criteria

K8S Downward API - Inject Pod IP

env:
  - name: K8S_POD_IP
    valueFrom:
      fieldRef:
        fieldPath: status.podIP