Thanks to visit codestin.com
Credit goes to github.com

Skip to content

codota/devops-eval-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

devop-eval-cluster

A GKE cluster terraform definition, used to set up an evaluation for devops candidates.

It sets up a simple GKE cluster with a gateway, that can be used to expose public services. It also defines a cloud sql postgres database, that can be used by these services.

Setup

cd terraform/
terraform apply

This will take a few minutes to run.

After it is done:

export DB_URL=$(terraform output -raw database_url)
gcloud container clusters get-credentials devops-eval-cluster --project devops-eval-463110 --region us-central1

Then clone the service repo and run

helm upgrade --install -n eval --create-namespace tasks helm/ --set "database.url=$DB_URL"

This should setup the service with a couple of issues that cause it to not work.

You will get an error if you run

curl devops-eval.tabnine.com/api/tasks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages