2 min read
One of kind of Service objects on kubernetes is extenalName. It creates a CNAME DNS entry to point to an external DNS service. For exemple:
kind: Service
apiVersion: v1
metadata:
name: ensvc
spec:
type: ExternalName
externalName: pet2cattle.com
29/01/2021
Read more...