You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For EKS Cluster with the latest EKS capabilities, see the [examples/eks-capabilities](https://github.com/sourcefuse/terraform-aws-arc-eks/tree/main/examples/eks-capabilities) folder.
252
+
253
+
This module supports the latest **EKS Capabilities** feature, which enables powerful add-ons and integrations directly on your EKS cluster:
254
+
255
+
**Key Capabilities:**
256
+
-**ArgoCD**: GitOps continuous delivery tool for automated deployment and management
257
+
-**ACK (AWS Controllers for Kubernetes)**: Manage AWS services (EC2, S3, RDS, etc.) directly from Kubernetes
258
+
-**KRO (Kubernetes Resource Operator)**: Simplified resource management and operations
259
+
260
+
**Example Use Case:**
261
+
You want to enable GitOps deployment with ArgoCD, manage AWS infrastructure resources from Kubernetes using ACK controllers, and leverage KRO for simplified resource operations.
0 commit comments