You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
307 B
Markdown
20 lines
307 B
Markdown
4 years ago
|
##
|
||
|
|
||
|
## 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.
|