Skip to content

Commit

Permalink
Fix typo (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
suruaku authored Jan 11, 2024
1 parent 2e3f1ef commit c13b24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/introduction/getting-started/microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Each of the components in the microservices architecture is conceptually similar

![Microservices in Kubernetes](./assets/microservices.png)

The **ui** component receives HTTP requests from, for example, a users browser. It then makes HTTP requests to other API components in the architecture to fulfill that request and returns a response to the user. Each of the downstream components may have their own data stores or other infrastructure. The Namespaces are a logical grouping of the resources for each microservice and also act a soft isolation boundary which can be used to effectively implement controls using Kubernetes RBAC and Network Policies.
The **ui** component receives HTTP requests from, for example, a users browser. It then makes HTTP requests to other API components in the architecture to fulfill that request and returns a response to the user. Each of the downstream components may have their own data stores or other infrastructure. The Namespaces are a logical grouping of the resources for each microservice and also act as a soft isolation boundary, which can be used to effectively implement controls using Kubernetes RBAC and Network Policies.

0 comments on commit c13b24c

Please sign in to comment.