From b00c51963f874983ff11ccb7fc42903e739e62df Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Mon, 23 May 2022 17:09:26 -0400 Subject: [PATCH] Link to hostPort tutorial --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index a18fe729d..6c058c01d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -34,7 +34,7 @@ As stated in the README, we are currently looking for stable maintainers for tho ### Which Kubernetes objects are supported? -Services exposed via `type=LoadBalancer`, `type=ExternalName` and for the hostnames defined in Ingress objects as well as headless hostPort services. An initial effort to support type `NodePort` was started as of May 2018 and it is in progress at the time of writing. +Services exposed via `type=LoadBalancer`, `type=ExternalName` and for the hostnames defined in Ingress objects as well as [headless hostPort](tutorials/hostport.md) services. ### How do I specify a DNS name for my Kubernetes objects?