Skip to main content

Short Domain resolve

To access the service in the cluster, service name or you can use the short domain name, such as productpage.default.svc.cluster.local

➜  ~ curl productpage:9080
<!DOCTYPE html>
<html>
<head>
<title>Simple Bookstore App</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
...