--- kind: Ingress apiVersion: networking.k8s.io/v1 metadata: name: agnostic namespace: helloworld spec: rules: - host: hello.agnostic.example.com http: paths: - path: / pathType: Prefix backend: service: name: hello-world port: number: 8000