Course Overview:
Implement Cloud Security Fundamentals on Google Cloud: Challenge Lab : Implement Cloud Security Fundamentals on Google Cloud : GSP342 Points covered: Overview, Setup and requirements, -Before you click the Start Lab button Challenge scenario -Your challenge Task 1. Create a custom security role, Task 2. Create a service account, Task 3. Bind a custom security role to a service account, Task 4. Create and configure a new Kubernetes Engine private cluster, Task 5. Deploy an application to a private Kubernetes Engine cluster, Tips and Tricks Congratulations! End labRun Below Script:
export CUSTOM_SECURIY_ROLE=
export SERVICE_ACCOUNT=
export CLUSTER_NAME=
export ZONE=
curl -LO raw.githubusercontent.com/quiccklabs/Labs_solutions/master/Implement%20Cloud%20Security%20Fundamentals%20on%20Google%20Cloud%20Challenge%20Lab/quicklabgsp342.sh
sudo chmod +x quicklabgsp342.sh
./quicklabgsp342.sh
----------------------------------------------
0 Comments
If you have any queries, please let me know. Thanks.