-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Expand on github-actions example to build aws resources.
"Easier" - Create ec2 instance, tagged with slack user name/id and other metadata. Send pem back to user once resource is up and stable. Also create status/delete commands to maintain lifecycle of the aws resource.
harder - Same as the easier option, but an eks cluster where the kubeconfig is returned
🤔 Maybe... bashbot gets automatically deployed inside the eks cluster to manage the cluster state and could run commands like:
kubectl get namespaceskubectl scale --replicas=0 deployment/myapp && sleep 5 && kubectl scale --replicas=1 deployment/myappkubectl logs mypod --tail 50kubectl delete mypodkubectl set image deployment/frontend www=image:v2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request