Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctk-hq/ctk
Visual composer for container based workloads
https://github.com/ctk-hq/ctk
aws composer containers docker docker-compose ecs kubernetes no-code openshift python react visualization
Last synced: 11 days ago
JSON representation
Visual composer for container based workloads
- Host: GitHub
- URL: https://github.com/ctk-hq/ctk
- Owner: ctk-hq
- License: agpl-3.0
- Created: 2020-06-01T14:02:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:09:43.000Z (about 2 years ago)
- Last Synced: 2024-08-01T05:19:13.761Z (3 months ago)
- Topics: aws, composer, containers, docker, docker-compose, ecs, kubernetes, no-code, openshift, python, react, visualization
- Language: TypeScript
- Homepage: https://ctk.dev
- Size: 1.75 MB
- Stars: 279
- Watchers: 9
- Forks: 24
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ctk-hq/ctk - Visual composer for container based workloads (react)
- awesome-docker - ctk - Visual composer for container based workloads. By [@corpulent](https://github.com/corpulent) (Container Operations / Container Composition)
README
# Container ToolKit
Visually generate docker compose & kubernetes manifests.
![Alt text](https://ctk-public.s3.amazonaws.com/ui.png?raw=true "UI")
## Local setup and development
On a Mac/Linux/Windows you need Docker, Docker Compose installed. Optionally GCC to run make commands for convenience, or just run the commands from the Makefile by hand.
To get the tool working locally, just run:
```shell script
make up
make local_server_init
make dev_server
cd services/frontend && npm i && npm run start
```### Server
```bash
make up
make local_server_init
make dev_server
```... this command will bring up the backend, the database, sync migrations,
## Docs
- https://docs.jsplumbtoolkit.com/community/
- https://github.com/compose-spec/compose-spec/blob/master/spec.md
- https://docs.docker.com/compose/compose-file/