What this pattern does:

This design provides everything needed to set up the ACK (AWS Controllers for Kubernetes) EC2 controller in your Kubernetes cluster, including CRDs, permissions, and pod configuration for managing EC2 resources directly from your cluster.

Caveats and Consideration:

1. Kubernetes Cluster Connection: Ensure you have your cluster connected to Meshery. 2. Set up a Secret: Base64 encode your AWS access key and secret access key, and store them in the Kubernetes Secret. 3. Environment Variables: The design is pre-configured to use the access keys from the Secret as environment variables. Simply provide your encoded keys in the secret. 4. AWS Region: Specify the correct AWS region in the controller pod configuration. This design uses us-east-1. 5. Namespace Deployment: Deploy all resources within a dedicated namespace. This design uses the ack-system namespace.

Compatibility:



Recent Discussions with "meshery" Tag