| .. | ||
| 01-namespace.yaml | ||
| 02-etcd.yaml | ||
| 03-external-dns.yaml | ||
| 04-coredns.yaml | ||
| cleanup.sh | ||
| README.md | ||
Private DNS installation
apiVersion: v1
kind: Service
metadata:
name: nginx-frontend
annotations:
external-dns.alpha.kubernetes.io/hostname: "nginx.open-it.intra"
spec:
ports:
- name: "web"
port: 80
targetPort: 80
selector:
app: nginx
type: LoadBalancer