Skip to content

Commit

Permalink
Update xc-console-demo-guide.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Sep 10, 2024
1 parent 766db4c commit cc94bb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Deployment Steps
v. From Networking menu, select inside subnet created in above step
vi. Optionally, in another tab check the VPC firewall rules and make sure nodeport range [30000-32767] are open in VPC firewall rules
vii. Complete the configurations and create cluster
xiii. In GCP portal, open cloud shell and connect to above created cluster
viii. In GCP portal, open cloud shell and connect to above created cluster
ix. Open a file with name product.yaml and paste contents of /shared/booksinfo/mcn-bookinfo/product_page.yaml
x. Update HostAliases to your GCP node private IP and Run "kubectl apply -f product.yaml”

x. **Update HostAliases to your GCP node private IP and Run "kubectl apply -f product.yaml”**
.. figure:: assets/product-hostaliases.JPG

xi. Validate product service is deployed and running using "kubectl get pods" & "kubectl get svc" commands. **Note:** Here, we are using product page service type as NodePort
Expand Down

0 comments on commit cc94bb8

Please sign in to comment.