Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Access & Identity in Google Cloud: Challenge Lab 4th task 16jan 2022 #5

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
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
11 changes: 11 additions & 0 deletions Ensure Access & Identity in Google Cloud: Challenge Lab
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ gcloud container clusters create orca-test-cluster --num-nodes 1 --master-ipv4-c
5th Task ---------- Deploy an application to a private Kubernetes Engine cluster

gcloud container clusters get-credentials orca-test-cluster --internal-ip --zone us-east1-b --project <Project ID>
-----------------------------------------------------------

16jan 2022
--------------
4th task---- Please check cluster name, configuration and subnet always

gcloud container clusters create orca-cluster-454 --num-nodes 1 --master-ipv4-cidr=172.16.0.64/28 --network orca-build-vpc --subnetwork orca-build-subnet --enable-master-authorized-networks --master-authorized-networks 192.168.10.2/32 --enable-ip-alias --enable-private-nodes --enable-private-endpoint --service-account orca-private-cluster-478-sa@qwiklabs-gcp-01-590242d182e1.iam.gserviceaccount.com --zone us-east1-b

5th task----- Please check cluster name always

gcloud container clusters get-credentials orca-cluster-454 --internal-ip --zone us-east1-b --project qwiklabs-gcp-01-590242d182e1