Hi! I have 2 questions: My issue is i somehow cannot find this in official documentation. Maybe i am just not seeing it…
- is there a yaml in k8s.io for creating service endpoints? I came across a ques for which below yaml was used to create endpoint, but i couldnt the yaml in docs.
apiVersion: v1
kind: Endpoints
metadata:
name: external-webserver-cka03-svcn
namespace: default
subsets:
- addresses:
- ip: 192.37.66.3
ports: - port: 9999
- ip: 192.37.66.3
-
Ingress Ques:
Is below ssl-redirect annotation available in k8s.io? Or do we have to remember it? Can soemone direct me to the location in docs where i can refer to this in exam?
Thank you!