Skip to content

Commit effedb3

Browse files
authored
Merge pull request #104991 from furkanyildiz/feature/fix-apim-kubernetes-doc
facade typo fixed
2 parents 78e494b + aa6cfd4 commit effedb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To solve this problem, Kubernetes introduced the concept of [Services](https://k
3737

3838
When we are ready to publish our microservices as APIs through API Management, we need to think about how to map our Services in Kubernetes to APIs in API Management. There are no set rules. It depends on how you designed and partitioned your business capabilities or domains into microservices at the beginning. For instance, if the pods behind a Service are responsible for all operations on a given resource (e.g., Customer), the Service may be mapped to one API. If operations on a resource are partitioned into multiple microservices (e.g., GetOrder, PlaceOrder), then multiple Services may be logically aggregated into one single API in API management (See Fig. 1).
3939

40-
The mappings can also evolve. Since API Management creates a façade in front of the microservices, it allows us to refactor and right-size our microservices over time.
40+
The mappings can also evolve. Since API Management creates a facade in front of the microservices, it allows us to refactor and right-size our microservices over time.
4141

4242
![Map services to APIs](./media/api-management-aks/service-api-mapping.png)
4343

0 commit comments

Comments
 (0)