Difference between revisions of "Kind: Service"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
− | + | == Related == | |
− | + | * <code>[[kind: StatefulSet]]</code> | |
== See also == | == See also == |
Revision as of 13:24, 9 December 2022
kind: Service
Oficial example
apiVersion: v1 kind: Service metadata: name: my-service spec: selector: app: MyApp ports: - protocol: TCP port: 80 targetPort: 9376
Related
See also
- Kubernetes services,
kubectl get services, kubectl describe service
,kubectl create service
[loadbalancer
|nodeport
|clusterip
|externalname ], kubectl expose
,headless service, service.beta.kubernetes.io
kind:
[Pod | Ingress | ClusterConfiguration
|Config | ConfigMap | ServiceAccount | Deployment | List | Secret | Status ], spec: metadata: data:
Advertising: