Add kubeaid-cli sandbox kit - #241
Open
MAVRICK-1 wants to merge 1 commit into
Open
Conversation
MAVRICK-1
force-pushed
the
main
branch
3 times, most recently
from
August 27, 2026 06:34
ae05a00 to
7e36b8e
Compare
Installs kubeaid-cli, Obmondo's GitOps-native Kubernetes cluster lifecycle CLI, as a mixin kit. Pinned version + SHA256-verified install, GitHub-only network allowlist, and agentInstructions written from a full source trace of the CLI covering the real bootstrap flow (K3D management cluster, Cluster API provisioning, clusterctl move pivot, ordered ArgoCD sync, lockdown, NetBird gate) and its built-in guardrails (EKS/AKS refusal, Kubernetes EOL checks). Git access for the KubeAid Config repo relies on the sandbox's forwarded SSH agent (ssh-add on host + git.useSSHAgent: true), not a raw key stored in the sandbox. Signed-off-by: MAVRICK-1 <mavrickrishi@gmail.com>
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.
Summary
Adds a mixin kit for
kubeaid-cli, Obmondo's GitOps-native Kubernetes cluster lifecycle CLI. any agent's sandbox so the agent can drive cluster bootstrap, GitOps sync, and day-2 operations for real Kubernetes clusters (Hetzner, AWS, Azure, bare metal) from inside the sandbox.