Easy
You want to ensure that the production applications running on your Kubernetes cluster are not impacted by test and staging deployments. Which features should you implement and configure to ensure that the resources for your production applications are prioritized?
Author: RaymondStatus: PublishedQuestion passed 208 times
Edit
0
Community Evaluations
John
15/02/2024
Je n'ai pas acces aux reponses attenduent mais quoi qu'il arrive en best practices les limit/request doivent configurées sur tous les POD, et les quotas doivent etre fixes sur tous les namespaces pour des raisons evidentes de securite. Et tant qu'on y est les Network policies doivent aussi etre deployees.
Similar QuestionsMore questions about Kubernetes
3
What are the Kubernetes managed services ?3
How to configure storage for stateful applications in Kubernetes?2
Where does `kubectl` command store its **configuration file** ?2
Kubernetes hierarchy : what is inside what ?1
Complete the missing key words [keyword1] and [keyword2] in the following .yaml file