'Deploy to Kubernetes cluster' variables
The Deploy to Kubernetes cluster action produces and sets the following variables at run time. These are known as predefined variables.
For information about referencing these variables in a workflow, see Using predefined variables.
Key | Value |
---|---|
cluster |
The Amazon.com Resource Name (ARN) of the of the Amazon EKS cluster that was deployed to during the workflow run. Example:
|
deployment-platform |
The name of the deployment platform. Hardcoded to |
metadata |
Reserved. JSON-formatted metadata related to the cluster deployed during the workflow run. |
namespace |
The Kubernetes namespace into which the cluster was deployed. Example: |
resources |
Reserved. JSON-formatted metadata related to the resources deployed during the workflow run. |
server |
The name of the API server endpoint that you can use to communicate with your
cluster using management tools such as For more information about the API service endpoint, see Amazon EKS cluster endpoint access control in the Amazon EKS User Guide. Example:
|