Skip to content

Commit

Permalink
Merge pull request #5 from crazyshrut/make-minor-spelling-correction-…
Browse files Browse the repository at this point in the history
…in-docs

Fix typo in docs: "ggracefully" -> "gracefully" in index.md
  • Loading branch information
santanusinha authored Aug 20, 2024
2 parents 8b83b4e + dee99e9 commit 33ddd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Drove is a container orchestrator built at [PhonePe](https://phonepe.com). It is
The following sections go over the features.

### Functional
* **Application** (service) and application container lifecycle management including *mandated* readiness checks, health checks, pre-shutdown hooks to enable operators to take containers out of rotation easily and shut them down ggracefully if needed.
* **Application** (service) and application container lifecycle management including *mandated* readiness checks, health checks, pre-shutdown hooks to enable operators to take containers out of rotation easily and shut them down gracefully if needed.
* Ensures the required(specified) number of containers will always be present in the cluster. It will detect **failures** across the cluster and bring containers up/down to maintain required instance count.
* Provides **endpoint** information to be consumed by routers like drove-gateway+nginx/traefik etc to expose containers over vhost.
* Supports short lived container based **tasks**. This help folks build newer systems that can spin up containers as needed on the cluster. (See [epoch](https://github.com/PhonePe/epoch)).
Expand Down

0 comments on commit 33ddd9b

Please sign in to comment.