Addon
Source:
src/AWS/EKS/Addon.ts
An Amazon EKS managed add-on installed on a cluster.
Addon is intended for optional managed add-ons. On Auto Mode clusters, many
core components are already provided by AWS and do not need to be modeled as
explicit add-on resources.
Managing Add-ons
Section titled “Managing Add-ons”const metricsServer = yield* Addon("MetricsServer", { clusterName: cluster.clusterName, addonName: "metrics-server",});