replicaset doc

This commit is contained in:
2024-07-15 23:03:44 +03:30
parent 24df655dc0
commit c5fc73e396
3 changed files with 113 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
# Kubernetes YAML Files
This document provides explanations and details for various Kubernetes YAML configurations, describing how different Kubernetes objects such as Namespaces, Pods, and other specifications are defined and utilized. The examples cover creating namespaces, deploying pods, setting resource limits, and using node selectors.
## Namespace Definition
```yaml