Deploy TID using AWS add-on¶
AWS offers EKS addon installation. Which is streamlined process that can be done via AWS Web console or AWS CLI.
Installing TID addon via AWS Web Console¶
- Proceed to EKS section of AWS Web Console and locate your cluster:
- Select Add-ons tab and select Get more add-ons
- Scroll down to AWS Marketplace add-ons section of add-ons
- type
Tetrate
in the search bar - select checkmark in the right top corner and click Next
- type
- on the next screen confirm the TID version and click Next
- Review and add screen to make sure the selection is correct
- You're taken back to the cluster add-on tab and can see that the add-on is being created
- After waiting for 90 seconds and UI refresh you can see that the add-on is deployed successfully
Also video demonstrating the AWS Web console experience is available.
Installing TID addon via the command line¶
-
Check that add-on is available (the AWS Marketplace subscription is required before for TID addon to be deployed in AWS account)
-
Deploy TID add-on to the cluster in AWS EKS
-
The installation will take around 2 minutes. To get the current state use the following command.
Also video demonstrating the CLI experience is available.
When the add-on is in Active state - you can proceed with deploying applications in Istio-enabled EKS cluster.