Skip to content

sriramdevops1612/Cloud-Run-Multi-Containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

set environment variables

REGION= PROJECT_ID= SERVICE_NAME=sidecar-codelab REPO_NAME=sidecar-codelab

create arifact registry for images

gcloud artifacts repositories create $REPO_NAME --repository-format=docker
--location=$REGION --description="sidecar codelab"

build images and push to artifact registry

gcloud builds submit --tag $REGION-docker.pkg.dev/$PROJECT_ID/$REPO_NAME/ingress:latest

deploy the service using below command from yaml

gcloud beta run services replace sidecar-codelab.yaml

check the status of the deployed service using below command

SERVICE_URL=$(gcloud run services describe $SERVICE_NAME --platform managed --region $REGION --format 'value(status.url)')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors