https://github.com/574n13y/kubernetes-deployment-yaml
Kubernetes deployment YAML
https://github.com/574n13y/kubernetes-deployment-yaml
kubernetes kubernetes-cluster kubernetes-deployment kubernetes-monitoring
Last synced: about 2 hours ago
JSON representation
Kubernetes deployment YAML
- Host: GitHub
- URL: https://github.com/574n13y/kubernetes-deployment-yaml
- Owner: 574n13y
- License: other
- Created: 2024-01-06T14:27:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T14:48:30.000Z (over 1 year ago)
- Last Synced: 2025-03-27T16:54:45.077Z (3 months ago)
- Topics: kubernetes, kubernetes-cluster, kubernetes-deployment, kubernetes-monitoring
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes-deployment-YAML
Kubernetes deployment YAML- [nginx-deployment.yaml]() ----> NGINX Containers using a YAML File -- This will create a deployment running three NGINX pods.
- [env-deployment.yaml]() ----> Pass environment variables in Kubernetes deployment YAML
- [nginx-deployment-with-resource-limits.yaml]() ----> Kubernetes deployment YAML with resource limits Setting resource limits helps K8s manage the resources allocated to each container, ensuring that they do not exceed the specified limits and can be scheduled on appropriate nodes
- [nginx-deployment-with-health-checks.yaml]() ----> Kubernetes deployment YAML with health checks
- [nginx-deployment-with-pvc.yaml]() ----> Kubernetes deployment YAML with persistent volumes
- [mypvc.yaml]() ----> Kubernetes deployment YAML with persistent volumes
- [nginx-deployment-with-affinity.yaml]() ----> Kubernetes deployment YAML with affinity settings