S
Size: a a a
S
S
S
S
S
DP
externalName
нетS
S
SD
S
SD
S
SD
DP
apiVersion: v1
kind: Service
metadata:
name: service-auth
namespace: stage-01
spec:
type: ExternalName
externalName: service-auth.custom.domain
selector:
name: service-auth
ports:
- port: 80
name: http
root@service-auth:/# curl service-auth.custom.domain
curl: (6) Could not resolve host: service-auth.custom.domain
root@service-auth:/# curl service-auth
<html><title>404: Not Found</title><body>404: Not Found</body></html>root@service-auth:/#
DP
<service-name>
в custom.domain
DP
AL
AL
DP
root@service-auth:/# curl service-auth.custom.domainРаботает:
curl: (6) Could not resolve host: service-auth.custom.domain
root@service-auth:/# curl service-auth
<html><title>404: Not Found</title><body>404: Not Found</body></html>root@service-auth:/#