Skip to content

Commit 2a5025f

Browse files
authored
alt text
1 parent 4d9ea84 commit 2a5025f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/concepts-network-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ The following ServiceTypes are available in AKS:
1818

1919
ClusterIP creates an internal IP address for use within the AKS cluster. The ClusterIP Service is good for _internal-only applications_ that support other workloads within the cluster. ClusterIP is used by default if you don't explicitly specify a type for a Service.
2020

21-
![Diagram showing ClusterIP traffic flow in an AKS cluster][aks-clusterip]
21+
![Diagram showing ClusterIP traffic flow in an AKS cluster.][aks-clusterip]
2222

2323
## NodePort
2424

2525
NodePort creates a port mapping on the underlying node that allows the application to be accessed directly with the node IP address and port.
2626

27-
![Diagram showing NodePort traffic flow in an AKS cluster][aks-nodeport]
27+
![Diagram showing NodePort traffic flow in an AKS cluster.][aks-nodeport]
2828

2929
## LoadBalancer
3030

3131
LoadBalancer creates an Azure load balancer resource, configures an external IP address, and connects the requested pods to the load balancer backend pool. To allow customers' traffic to reach the application, load balancing rules are created on the desired ports.
3232

33-
![Diagram showing Load Balancer traffic flow in an AKS cluster][aks-loadbalancer]
33+
![Diagram showing Load Balancer traffic flow in an AKS cluster.][aks-loadbalancer]
3434

3535
For HTTP load balancing of inbound traffic, another option is to use an [Ingress controller][ingress-controllers].
3636

0 commit comments

Comments
 (0)