Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Namespace and Probes Configuration to Kubernetes Manifests #6

Open
RohanRusta21 opened this issue Apr 24, 2024 · 3 comments
Open
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@RohanRusta21
Copy link

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!

@RohanRusta21 RohanRusta21 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2024
@RohanRusta21 RohanRusta21 reopened this Apr 24, 2024
@petar-cvit
Copy link
Contributor

Hey @RohanRusta21 👋

Nice catch! Do you want to add those on demo-extended template?

@petar-cvit petar-cvit added enhancement New feature or request good first issue Good for newcomers labels Apr 24, 2024
@RohanRusta21
Copy link
Author

Hi @petar-cvit,

Yeah! I would add these in demo-extended template.

@petar-cvit
Copy link
Contributor

Great! Feel free to open a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants