gruntwork-io / gruntwork-io/kubergrunt
Add support for multiple ASGs in rolling deployment command
Open
enhancement
good first issue
- Dominant language
- Go
- Stars
- 564
- Forks
- 93
- Avg merge
- 5d 12h
- Merged PRs (30d)
- 1
Description
Currently, `kubergrunt` requires a single `--asg-name` when running `eks deploy` but in many clusters you'll have multiple ASGs for your worker nodes.
It would be great if this supported providing a list of ASGs and running rolling deployments on each of them.
Contributor guide
Research direction
Start with the `eks deploy` command and its `--asg-name` handling, then trace the current rolling-deployment flow for a single ASG. Done means the command accepts multiple ASGs and runs a rolling deployment for each one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, go, kubernetes
- Domain
- cli, cloud, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100