Is it possible to use Kubernetes for Gitlab build runners and how?

3/27/2017

I want to set Kubernetes for CI runners on Gitlab. I want to use Kuberntes for continuous integration and build running, not deployment. Does somebody try that and how I can do that?

-- OstMil
continuous-integration
docker
gitlab
gitlab-ci
kubernetes

1 Answer

3/27/2017

Yes, use the kubernetes executor for your gitlab runner

-- jaxxstorm
Source: StackOverflow