Use resource requests and limits for both azure-vote-back and azure-vote-front containers to ensure they have predictable resource usage and prevent resource starvation.
Set up liveness and readiness probes for both containers to improve the self-healing capabilities of your deployments and ensure the availability of your services.
Changes made
Added memory requests and limits to both azure-vote-back and azure-vote-front containers.
Changed nodeSelector key from beta.kubernetes.io/os to kubernetes.io/os as the beta label has been deprecated.
Use resource requests and limits for both azure-vote-back and azure-vote-front containers to ensure they have predictable resource usage and prevent resource starvation.
Set up liveness and readiness probes for both containers to improve the self-healing capabilities of your deployments and ensure the availability of your services.
Changes made
azure-vote-back
andazure-vote-front
containers.beta.kubernetes.io/os
tokubernetes.io/os
as the beta label has been deprecated.