Hi everyone. I am working on an open source projec...
# general
a
Hi everyone. I am working on an open source project (https://github.com/ctk-hq/ctk) which helps devs generate docker-compose manifest visually (drag-n-drop). This week I am adding kubernetes manifest generation through Kompose and ecs task definition through ecs cli. Im trying to see if its a good idea to tie in CI/CD processes for deploying/updating an ECS cloudformation stack. For example, github actions trigger that would an update. Or just keep the tool as manifest generator.