Difference between revisions of "Kubectl describe endpointslices"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
[[kubectl]] describe endpointslices | [[kubectl]] describe endpointslices | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | Name: your-app-helm-v9th2 | ||
+ | Namespace: your-app-helm | ||
+ | Labels: app.kubernetes.io/instance=your-app-helm | ||
+ | app.kubernetes.io/managed-by=Helm | ||
+ | app.kubernetes.io/name=your-app-helm | ||
+ | app.kubernetes.io/version=1.16.0 | ||
+ | endpointslice.kubernetes.io/managed-by=endpointslice-controller.k8s.io | ||
+ | helm.sh/chart=your-app-helm-0.1.0 | ||
+ | kubernetes.io/service-name=your-app-helm | ||
+ | Annotations: endpoints.kubernetes.io/last-change-trigger-time: 2024-02-16T06:38:58Z | ||
+ | AddressType: IPv4 | ||
+ | Ports: | ||
+ | Name Port Protocol | ||
+ | ---- ---- -------- | ||
+ | http 80 TCP | ||
+ | Endpoints: | ||
+ | - Addresses: 10.0.1.160 | ||
+ | Conditions: | ||
+ | Ready: true | ||
+ | Hostname: <unset> | ||
+ | TargetRef: Pod/your-app-helm-6b566cb84b-fgvx2 | ||
+ | NodeName: ip-10-0-1-166.ec2.internal | ||
+ | Zone: us-east-1a | ||
+ | Events: <none> | ||
+ | </pre> | ||
== Errors == | == Errors == |
Revision as of 06:53, 16 February 2024
kubectl describe endpointslices
Name: your-app-helm-v9th2 Namespace: your-app-helm Labels: app.kubernetes.io/instance=your-app-helm app.kubernetes.io/managed-by=Helm app.kubernetes.io/name=your-app-helm app.kubernetes.io/version=1.16.0 endpointslice.kubernetes.io/managed-by=endpointslice-controller.k8s.io helm.sh/chart=your-app-helm-0.1.0 kubernetes.io/service-name=your-app-helm Annotations: endpoints.kubernetes.io/last-change-trigger-time: 2024-02-16T06:38:58Z AddressType: IPv4 Ports: Name Port Protocol ---- ---- -------- http 80 TCP Endpoints: - Addresses: 10.0.1.160 Conditions: Ready: true Hostname: <unset> TargetRef: Pod/your-app-helm-6b566cb84b-fgvx2 NodeName: ip-10-0-1-166.ec2.internal Zone: us-east-1a Events: <none>
Errors
Related
See also
Advertising: