-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
In order to improve the management and monitoring of our Kubernetes resources, we need to add namespace and probes configuration to our existing manifests. This enhancement will help us in the following ways:
Namespaces: Namespaces will help us organize our Kubernetes resources logically, providing better resource management, access control, and policy enforcement.
Probes: Implementing liveness, readiness, and startup probes will allow Kubernetes to effectively monitor and manage our application's lifecycle. This will lead to improved application resilience, self-healing capabilities, and better resource utilization.
This issue aims to track the progress of adding namespace and probes configuration to our Kubernetes manifests. Please include the following tasks in the issue:
Update Deployment manifests with namespace configuration
Define liveness probes for each container in the Pod
Define readiness probes for each container in the Pod
Define startup probes, if necessary, for containers with longer initialization times
Test and validate the updated manifests in a staging environment
Deploy the updated manifests to the production environment
Let's work together to make our Kubernetes environment more efficient and resilient!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers