/koding-gitlab

Koding With Gitlab in Google Container Engine

Primary LanguageHCL

Koding and Gitlab Integration

Koding With Gitlab with scalable Kubernetes Backend

This will run Gitlab and Koding together

# create resources
terraform apply
# get the credentials - required only if you are on GCE
export GOOGLE_APPLICATION_CREDENTIALS=$PWD/account.json
gcloud container clusters get-credentials koding-gitlab --zone us-central1-a
# koding's services
kubectl create -f ./redis-standalone
kubectl create -f ./rabbitmq
kubectl create -f ./postgres-standalone
kubectl create -f ./mongodb
#gitlab's services
kubectl create -f ./gitlab-postgres
#create the applications
kubectl create -f ./gitlab
kubectl create -f ./koding

Integrating Gitlab and Koding together

ENJOY!

Misc

  • Configure your DNS records according to following README
  • You can see cluster init docs here CLUSTER
  • You can see debugging info here DEBUGGING