An open API service indexing awesome lists of open source software.

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

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