Skip to content

Commit 30aac26

Browse files
committed
Feature addition in section why do you need Kubernetes
1 parent 70b445f commit 30aac26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/docs/concepts/overview/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@ Kubernetes provides you with:
129129
Kubernetes lets you store and manage sensitive information, such as passwords, OAuth tokens,
130130
and SSH keys. You can deploy and update secrets and application configuration without
131131
rebuilding your container images, and without exposing secrets in your stack configuration.
132+
* **Batch execution**
133+
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
134+
* **Horizontal scaling**
135+
Scale your application up and down with a simple command, with a UI, or automatically based on CPU usage.
136+
* **IPv4/IPv6 dual-stack**
137+
Allocation of IPv4 and IPv6 addresses to Pods and Services
138+
* **Designed for extensibility**
139+
Add features to your Kubernetes cluster without changing upstream source code.
132140

133141
## What Kubernetes is not
134142

0 commit comments

Comments
 (0)