Skip to content

Instantly share code, notes, and snippets.

View PaleHazy's full-sized avatar
🏠
Working from home

Austin Palazzesi PaleHazy

🏠
Working from home
View GitHub Profile
@tobydeh
tobydeh / moleculer-k8.md
Last active March 20, 2024 11:55
Moleculer k8 depoyment

Create a cluster on GKE:

gcloud container clusters create backend --num-nodes=2 --machine-type n1-standard-4

Get credentials:

gcloud container clusters get-credentials backend

Build the docker image: