Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| en:modul:m321_aws:topics:05 [2025/08/13 21:29] – angelegt dgaravaldi | en:modul:m321_aws:topics:05 [2025/08/13 21:33] (aktuell) – dgaravaldi | ||
|---|---|---|---|
| Zeile 44: | Zeile 44: | ||
| * **ClusterIP (default)** - Exposes the Service on an internal IP only reachable from within the cluster. | * **ClusterIP (default)** - Exposes the Service on an internal IP only reachable from within the cluster. | ||
| * **NodePort** - Exposes the Service on the same port of each selected Node in the cluster using NAT. | * **NodePort** - Exposes the Service on the same port of each selected Node in the cluster using NAT. | ||
| - | Makes a Service accessible from outside the cluster using < | + | Makes a Service accessible from outside the cluster using '' |
| * **LoadBalancer** - Creates an external load balancer in the current cloud (if supported) and assigns a fixed, external IP to the Service. | * **LoadBalancer** - Creates an external load balancer in the current cloud (if supported) and assigns a fixed, external IP to the Service. | ||
| - | * **ExternalName** - Maps the Service to the contents of the externalName field (e.g. foo.bar.example.com), | + | * **ExternalName** - Maps the Service to the contents of the '' |
| - | by returning a CNAME record with its value. No proxying of any kind is set up. | + | |
| \\ | \\ | ||
| \\ | \\ | ||
| Zeile 57: | Zeile 56: | ||
| These services are exactly like the default ClusterIP services, with the exception that they | These services are exactly like the default ClusterIP services, with the exception that they | ||
| - | have a type of NodePort. To create such a service with the expose command, add ```--type=Nodeport``` | + | have a type of NodePort. To create such a service with the expose command, add '' |
| as option to your command. | as option to your command. | ||
| \\ | \\ | ||