is it possible to create a health check for an individual instance (GCE), which is not part of any instance group?
If I look at adding it to a "unmanaged instance group", is it then possible to create a health check for it?
Thanks in advance.
is it possible to create a health check for an individual instance (GCE), which is not part of any instance group?
If I look at adding it to a "unmanaged instance group", is it then possible to create a health check for it?
Thanks in advance.
Based on this documentation health checks work together with load balancing, you can check this to have a detailed information about how health checks work.
Usually, this health checks applies to an instance-group for auto healing, so it's not possible to apply a health check for a single instance.