Skip to content

Commit

Permalink
Update _index.md fixed 99th line & 160th line typo errors
Browse files Browse the repository at this point in the history
- Line number: 99 
container needs to start. Wouldn't it be easier if this behavior was handled by a system?
TO
container needs to start. Wouldn't it be easier if this behaviour was handled by a system?


- Line number: 160
data-processing frameworks (for example, Spark), databases (for example, MySQL), caches, nor
TO 
data-processing frameworks (for example, Spark), databases (for example, MySQL), caches, or


This all changes are verified using word checking tools like grammerly.
  • Loading branch information
Gauravbharane committed May 20, 2024
1 parent 069d37e commit db47fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Containers have become popular because they provide extra benefits, such as:
Containers are a good way to bundle and run your applications. In a production
environment, you need to manage the containers that run the applications and
ensure that there is no downtime. For example, if a container goes down, another
container needs to start. Wouldn't it be easier if this behavior was handled by a system?
container needs to start. Wouldn't it be easier if this behaviour was handled by a system?

That's how Kubernetes comes to the rescue! Kubernetes provides you with a framework
to run distributed systems resiliently. It takes care of scaling and failover for
Expand Down Expand Up @@ -157,7 +157,7 @@ Kubernetes:
Delivery, and Deployment (CI/CD) workflows are determined by organization cultures and
preferences as well as technical requirements.
* Does not provide application-level services, such as middleware (for example, message buses),
data-processing frameworks (for example, Spark), databases (for example, MySQL), caches, nor
data-processing frameworks (for example, Spark), databases (for example, MySQL), caches, or
cluster storage systems (for example, Ceph) as built-in services. Such components can run on
Kubernetes, and/or can be accessed by applications running on Kubernetes through portable
mechanisms, such as the [Open Service Broker](https://openservicebrokerapi.org/).
Expand Down

0 comments on commit db47fd6

Please sign in to comment.