harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
32.09k stars 2.8k forks source link

Gitness itself supports deployment to kubernetes ? #3426

Closed the-loki closed 10 months ago

the-loki commented 10 months ago

It seems to share the sock file when running in docker, how do I deploy it if my kubernetes cluster uses containerd.

ysicing commented 10 months ago

+1 I think it should support different types of adapters like drone

bradrydzewski commented 10 months ago

@KanonMemphis similar to Drone, you would install docker-in-docker in the same Pod. There is an open pull request for a Helm chart that you can test out. See https://github.com/harness/gitness/pull/3417