Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#WATCH FULL VIDEO ON : https://www.youtube.com/watch?v=gSVviDjfTEg

ssh to jumphost instance

cd /work/dm

sed -i s/SET_REGION/us-east1/g prod-network.yaml

gcloud deployment-manager deployments create prod-network --config=prod-network.yaml

exit from vm instance


gcloud config set compute/zone us-east1-b

Expand All @@ -25,6 +29,12 @@ gcloud config set compute/zone us-east1-b

gcloud compute instances create kraken-admin --network-interface="subnet=kraken-mgmt-subnet" --network-interface="subnet=kraken-prod-subnet"

Create an Alert policy by from monitoring
1) VM instance
2) CPU utilization

Add Filter - name of instance = kraken-admin


gcloud config set compute/zone us-east1-b

Expand Down Expand Up @@ -52,4 +62,3 @@ git commit -a -m "change"
git tag v1.0.1

git push --tags