Amazon EKS Kubernetes

Provision AWS EKS clusters for use with your own Kubernetes workloads

Provisioning

Request Parameters

Binding

Request Parameters

No parameters supported.

Response Parameters

Plans

The following plans are built-in to the Cloud Service Broker and may be overridden or disabled by the broker administrator.

Examples

Demonstrate provisioning and binding the "raw" plan

Provision an EKS cluster, then bind to get a kubeconfig providing access to a namespace.

Uses plan: f921da02-d9b3-403d-b41f-223f2e61a861.

Provision

{}

Bind

{}

Cloud Foundry Example

$ cf create-service aws-eks-service raw my-aws-eks-service-example -c `{}`
$ cf bind-service my-app my-aws-eks-service-example -c `{}`