๐Ÿ“ฆ aquaticcalf / kubernetes-dynamic-github-docker

โ˜… 0 stars โ‘‚ 1 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/aquaticcalf/kubernetes-dynamic-github-docker.git
HTTPS git clone https://github.com/aquaticcalf/kubernetes-dynamic-github-docker.git
SSH git clone git@github.com:aquaticcalf/kubernetes-dynamic-github-docker.git
CLI gh repo clone aquaticcalf/kubernetes-dynamic-github-docker
sam sam exec in individual docker containers 7cfe9b2 11 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ kubernetes
๐Ÿ“„ Dockerfile
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ main.go
๐Ÿ“„ readme.md
๐Ÿ“„ README.md

curl http://$(minikube ip):30080/list

[{"name":"container-manager","replicas":1,"ready_replicas":1,"creation_time":"2025-02-08 16:59:01 +0000 UTC"}]

curl -X POST http://$(minikube ip):30080/create -d '{"git_repo": "https://github.com/aquaticcalf/play-repo-with-vite-and-dockerfile", "name": "test-one"}'
Container created successfully

curl "http://$(minikube ip):30080/delete?name=test-one"
Container deleted successfully