Develop your Google Cloud Network: Challenge Lab

Hi everyone!,

Regarding: Create an uptime check for your WordPress development site.

I am not able to navigate to find the endpoints of the wordpress that is required to create an uptime check, can you please help me in getting the navigation path. 
 
Thanks in advance!!
Solved Solved
2 3 1,138
1 ACCEPTED SOLUTION

Hi @james2002,

These would be the steps to create an uptime check:
 
// Navigation Menu -> Kubernetes Engine -> Services & Ingress -> Copy Endpoint´s address

// Navigation Menu -> Monitoring -> Uptime Checks -> + CREATE UPTIME CHECK
   Title: Wordpress Uptime

// Next -> Target
   Hostname: {Endpoint´s address - external IP} (without http...)
   Path: /

// Next -> Next -> Create
 
Good luck!

View solution in original post

3 REPLIES 3

Hi @james2002,

These would be the steps to create an uptime check:
 
// Navigation Menu -> Kubernetes Engine -> Services & Ingress -> Copy Endpoint´s address

// Navigation Menu -> Monitoring -> Uptime Checks -> + CREATE UPTIME CHECK
   Title: Wordpress Uptime

// Next -> Target
   Hostname: {Endpoint´s address - external IP} (without http...)
   Path: /

// Next -> Next -> Create
 
Good luck!

Hi @UlisesB,

Thank you! I was able to complete it now.

Hi

Interesting that creating an uptime check by using GKS LB service as a target doesn't work, even though should be the same as using the endpoint's external IP as a target.

Or am I wrong about this?

Cheers

Top Labels in this Space