Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 9a8093e

Browse files
authored
correct spelling of terms per Acrolinx check
1 parent d34c571 commit 9a8093e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/big-data-cluster/concept-application-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following sections describe the architecture and functionality of Applicatio
1919

2020
## Application Deployment architecture
2121

22-
Application deployment consists of a controller and app runtime handlers. When creating an application, a specification file (`spec.yaml`) is provided. This `spec.yaml` file contains everything the controller needs to know to succesfully deploy the application. The following is a sample of the contents for `spec.yaml`:
22+
Application deployment consists of a controller and app runtime handlers. When creating an application, a specification file (`spec.yaml`) is provided. This `spec.yaml` file contains everything the controller needs to know to successfully deploy the application. The following is a sample of the contents for `spec.yaml`:
2323

2424
```yaml
2525
#spec.yaml
@@ -43,7 +43,7 @@ These settings have an impact on the amount of requests the deployment can handl
4343

4444
![Poolsize and replicas](media/big-data-cluster-create-apps/poolsize-vs-replicas.png)
4545

46-
After the ReplicaSet has been created and the pods have started a Cronjob is created if a `schedule` was set in the `spec.yaml` file. Finally, a Kubernetes Service is created that can be used to manage and run the application (see below).
46+
After the ReplicaSet has been created and the pods have started, a cron job is created if a `schedule` was set in the `spec.yaml` file. Finally, a Kubernetes Service is created that can be used to manage and run the application (see below).
4747

4848
When an application is executed, the Kubernetes service for the application proxies the requests to a replica and returns the results.
4949

0 commit comments

Comments
 (0)