https://github.com/zkfmapf123/ecsctl
ecsctl
https://github.com/zkfmapf123/ecsctl
aws cli ecs eksctl
Last synced: about 1 month ago
JSON representation
ecsctl
- Host: GitHub
- URL: https://github.com/zkfmapf123/ecsctl
- Owner: zkfmapf123
- Created: 2024-09-20T18:21:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T08:53:35.000Z (over 1 year ago)
- Last Synced: 2025-03-04T09:35:28.940Z (over 1 year ago)
- Topics: aws, cli, ecs, eksctl
- Language: Go
- Homepage:
- Size: 7.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ecsctl
## Description & Use
- ecs CLI Tool ( Like eksctl ...)
## Install
```sh
brew tap zkfmapf123/homebrew-tap
brew search ecsctl
brew install zkfmapf123/tap/ecsctl
```
## Diff kubernetes Object
| eksctl | ecsctl | command | implementation |
| ------------- | ------------- | ------------- | -------------- |
| api-resources | api-resources | api-resources | O |
| namespace | cluster | cl | X |
| pods | services | s | X |
| containers | containers | c | X |
| svc | alb | al | X |
| exec | exec | exec | O |
## implementation
- ecsns (configuration profile, cluster, svc)
## Update History
| Todo | UpdatedAt | Version |
| --------------------------- | --------- | ------- |
| Add command : api-resources | 2024.9.20 | none |
| Add command : get | 2024.9.20 | none |
| Add command : exec | 2024.9.21 | none |