Skip to content

Add Namespace and Probes Configuration to Kubernetes Manifests #6

@RohanRusta21

Description

@RohanRusta21

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions