Visual composer for container based workloads
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Artem Golub a039052621
Merge pull request #118 from ctk-hq/feat/k8s
Feat/k8s
3 years ago
.vscode
deploy
services fix: remove double loader 3 years ago
.gitignore
.prettierrc
COMMIT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
docker-compose.yml

README.md

Container ToolKit

Visually generate docker compose & kubernetes manifests.

Alt text

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:

make up
make local_server_init
make dev_server
cd services/frontend && npm i && npm run start

Server

make up
make local_server_init
make dev_server

... this command will bring up the backend, the database, sync migrations,

Docs