Skip to content

Instantly share code, notes, and snippets.

View akaDPR's full-sized avatar
🤓
Building awesome stuff

MYTHiN akaDPR

🤓
Building awesome stuff
View GitHub Profile
@ecthiender
ecthiender / setup-gke-registry-hasura.md
Last active August 6, 2020 10:10
Setup an google cloud image registry with hasura kubernetes cluster on GKE

Setup Google cloud image registry with Hasura k8s platform on GKE

This guide helps you to setup the image registry configuration on a multi-node Hasura installation on GKE.

This is required in multi-node setups, because the sshd agent (which builds the docker images on git push) needs to push the image to an external image registry service, so that the image is available on all the nodes.

Pre-requisite

  1. gcloud CLI (https://cloud.google.com/sdk/install)
  2. kubectl (https://kubernetes.io/docs/tasks/tools/install-kubectl/)