learn_k8s/objects.md

20 lines
307 B
Markdown

##
## Deployments
## Services
## Node Ports
## End Points
The "buddy" of a service. Contains the IP addresses for that service
```
kubectl describe endpoints <service name>
```
## Ingress
Multiple ingress objects are merged together into a single config for K8s internal HTTP Load balancing system.