Catalog Details
CATEGORY
deploymentCREATED BY
UPDATED AT
March 13, 2025VERSION
0.0.11-
MODELS
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
- Mar 12 | Meshery Development Meeting | March 12th, 2025
- Mar 10 | How to Contribute to Sistent!
- Mar 07 | Looking for a MeshMate for guidance to start first issue
- Mar 05 | Meshery Development Meeting | March 5th, 2025
- Mar 04 | Looking for a MeshMate as new to open source
- Mar 04 | 🤔 Understanding the Role of GraphQL and RTK Query in Meshery UI
- Mar 04 | 🌍 A Growing Guide for New Contributors: MeshMates, Share Your Journey & Insights!
- Feb 28 | Testing Local Sistent Changes in Meshery
- Mar 03 | Color changes not visible while testing UI changes
- Feb 28 | Getting error while building meshery ui with make ui-build