Difference between revisions of "Kubernetes EndPoints"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
* <code>[[kubectl get endpoints]]</code> | * <code>[[kubectl get endpoints]]</code> | ||
* [[EndpointSlices]] | * [[EndpointSlices]] | ||
− | * <code>[[kind: | + | * <code>[[kind: EndPoints]]</code> |
== See also == | == See also == |
Revision as of 10:22, 3 March 2022
This article is a Draft. Help us to complete it.
kubectl -n kube-system get endpoints kube-dns NAME ENDPOINTS AGE kube-dns <none> 3h55m
{ "kind": "Status", "apiVersion": "v1", "metadata": { }, "status": "Failure", "message": "no endpoints available for service \"kubernetes-dashboard\"", "reason": "ServiceUnavailable", "code": 503 }
Changelog
- v1.18
AppProtocol
is a new optional field on ports in Endpoints and Services - New EndpointSlice API
Related
See also
Advertising: