Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 1.07 KB

Kubernetes_1.28.md

File metadata and controls

67 lines (46 loc) · 1.07 KB

Kubernetes 1.28 Features

Feature 1: Recovery from Non-Graceful Node Shutdown

Description of Recovery from Non-Graceful Node Shutdown and its implications.

Example:

# Example configuration
apiVersion: v1
kind: ConfigMap
...

Feature 2: Custom Resource Validation Expressions

Description of Custom Resource Validation Expressions and its implications.

Example:

# Example configuration
apiVersion: v1
kind: ConfigMap
...

Feature 3: Improved Autoscaling for StatefulSets

Description of Improved Autoscaling for StatefulSets and its implications.

Example:

# Example configuration
apiVersion: v1
kind: ConfigMap
...

Feature 4: Node-Level Extended Resources

Description of Node-Level Extended Resources and its implications.

Example:

# Example configuration
apiVersion: v1
kind: ConfigMap
...

Feature 5: Native Support for Sidecar Containers

Description of Native Support for Sidecar Containers and its implications.

Example:

# Example configuration
apiVersion: v1
kind: ConfigMap
...