add AWS providers: aws-eks and aws-rke2, with IAM deploy tooling - #1
Draft
jdaln wants to merge 1 commit into
Draft
add AWS providers: aws-eks and aws-rke2, with IAM deploy tooling#1jdaln wants to merge 1 commit into
jdaln wants to merge 1 commit into
Conversation
Introduce two AWS cluster stacks and the IAM plumbing to deploy them: - aws-eks: managed Kubernetes on EKS, with EFS storage, a haproxy-edge ingress path, and the mip-contract delivered as a local Helm chart. Deployed end to end with mip-infra; this is the tested path so far. - aws-rke2: self-managed RKE2 on EC2, with data disk, guest agent and node-name knobs, plus cluster-power and kubeconfig helper scripts. Not yet exercised end to end. - scripts/aws-iam: create-deploy-identity.sh and policy documents that generate the exact rights each stack needs, with the deploy credential locked to the operator's source IP. - upcloud-uks: pair MetalLB pools with an L2Advertisement. - docs: register the AWS stacks with region carbon and egress columns.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce two AWS cluster stacks and the IAM plumbing to deploy them: