You need 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 can be prioritized?
4. You need 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 can be prioritized?
1 point
Configure Namespaces for Test, Staging and Production and configure specific Kubernetes resource quotas for the Production Namespace.
Configure resource requests for Test, Staging and Production and configure specific Kubernetes resource quotas for the Production Namespace.
Configure labels for Test, Staging and Production and configure specific Kubernetes resource quotas for the Production Namespace.