Kubernetes - Services
You created this ExternalName service YAML:
Why does this configuration fail?
apiVersion: v1 kind: Service metadata: name: ext-svc spec: type: ExternalName externalName: 123.45.67.89
Why does this configuration fail?
