The Vpce Operator manages the deployment of AWS VPC Endpoints and supporting Kubernetes Service ExternalNames. It is built on top of the Kopf framework.
The project is currently in beta (v1beta1
), and while we do not anticipate changing the API in backwards-incompatible ways there is no such guarantee yet.
Minimal IAM role:
# todo
Values yaml to provide to helm chart in values.yaml:
namespace: default
podAnnotations:
iam.amazonaws.com/role: <role_arn_provided_by_user>