Skip to content

Commit

Permalink
Feature addition in section why do you need Kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush9026 committed Sep 19, 2023
1 parent 70b445f commit 30aac26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/docs/concepts/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ Kubernetes provides you with:
Kubernetes lets you store and manage sensitive information, such as passwords, OAuth tokens,
and SSH keys. You can deploy and update secrets and application configuration without
rebuilding your container images, and without exposing secrets in your stack configuration.
* **Batch execution**
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
* **Horizontal scaling**
Scale your application up and down with a simple command, with a UI, or automatically based on CPU usage.
* **IPv4/IPv6 dual-stack**
Allocation of IPv4 and IPv6 addresses to Pods and Services
* **Designed for extensibility**
Add features to your Kubernetes cluster without changing upstream source code.

## What Kubernetes is not

Expand Down

0 comments on commit 30aac26

Please sign in to comment.