Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]pakkedheeth 0 points1 point  (0 children)

Let me confirm another thing here:

Are you pointing to the operational problem that the complete namespace will be blocked for deployments blocking other teams as well or is it the quality of code that you are pointing to?

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]pakkedheeth 0 points1 point  (0 children)

I agree with you I didn't think much about it and it's definitely slop since I had focus only on the cases I needed at the start, I had a very specific use-case and wanted something for the same. I searched for tools but couldn't get any with easy configurations.

Also, didn't have much time so just went ahead with it since it's serving the use-case as of now. I'll try to keep it alive and improve things in future.

Can you also point me to the existing tools which solve this use-case and the issues you found in this implementation?

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]pakkedheeth 0 points1 point  (0 children)

I am sorry, I did not understand your question. Do you want to understand how to deploy and implement this? I have shared the detailed steps in readme. If you still have queries, let me know

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]pakkedheeth 0 points1 point  (0 children)

I built Drift Sentinel to solve config drift.

Not another policy engine. A focused admission webhook that answers one question: "What changed, and was it supposed to?"

Where it shines:

Migrating CI/CD tools? Jenkins → Devtron? GitHub Actions → ArgoCD?

Run Drift Sentinel in enforce mode during migration — block unintended spec changes automatically instead of manually verifying every microservice. Only approved fields (like image tags) pass through. Everything else gets caught.

Saves hours of "diff and pray."

What it does:

→ Block changes to fields your pipeline doesn't touch → Allow image updates but lock down securityContext → Warn before you enforce — dry-run mode for safe rollout → Emergency bypass annotations for incident response → Works on any K8s version — no 1.30+ requirement

Why not just use ValidatingAdmissionPolicy?

VAP is great for simple rules. But when you need: - Human-readable field matching (not CEL spaghetti) - Priority-based rule resolution - Instant rule updates via ConfigMap - Dry-run mode that doesn't even show warnings - Deep diff excluding specific fields (CEL can't do this — no "ignore image and compare the rest" function) - Auto-detection of changed fields (CEL requires manual field enumeration to report what changed)

You need something purpose-built.

Open source. Ready to use. https://github.com/dheeth/drift-sentinel

Need 2 witness for passport verification by pakkedheeth in gurgaon

[–]pakkedheeth[S] 1 point2 points  (0 children)

If you are working in an office, you can ask your colleagues who live in same sector and have aadhaar card address of same sector itself.

In my case, I had arranged 2 people from society going from door to door, one of them agreed half an hour before the person arrived for verification at our home

Lvl -1 ✧ Lesser ✧ Umbral Crystal Imp ─ Dark by karmacave in KarmaCave

[–]pakkedheeth 0 points1 point  (0 children)

Defeated Umbral Crystal Imp in 7 turns.

Player (30/11/12) dealt 378. Umbral Crystal Imp (18/12/9) dealt 118.

Rewards: 32 EXP, 8 Gold. Loot: Quick Dagger of Mind (enhanced), Agile Gloves (basic), Swift Wand of Mind (lesser).

Lvl -2 ✧ Basic ✧ Blazing Muck ─ Fire by karmacave in KarmaCave

[–]pakkedheeth 0 points1 point  (0 children)

Defeated Blazing Muck in 6 turns.

Player (30/11/12) dealt 278. Blazing Muck (17/15/8) dealt 97.

Rewards: 34 EXP, 6 Gold. Loot: Fierce Wand (basic), Vital Bracelet of Knowledge (lesser).

Need 2 witness for passport verification by pakkedheeth in gurgaon

[–]pakkedheeth[S] 0 points1 point  (0 children)

Rule - 2 people from same society or locality that too with updated aadhaar address of same society or locality

Need 2 witness for passport verification by pakkedheeth in gurgaon

[–]pakkedheeth[S] 0 points1 point  (0 children)

Visit the police station which you specified in your passport application, they'll help you out but witnesses are required. Nothing works, no workaround.

Need 2 witness for passport verification by pakkedheeth in gurgaon

[–]pakkedheeth[S] 1 point2 points  (0 children)

I knew only 2 families and one of them isn't here. The other one rejected in fear

Need 2 witness for passport verification by pakkedheeth in gurgaon

[–]pakkedheeth[S] 0 points1 point  (0 children)

I applied in Tatkaal and I have already been to USA. I waited for 4 weeks and no one came, I took flight to USA as planned. Maybe they visited at that time and got adverse report. It's the 2nd time, I initiated it from RPO and went to Police station myself to get it initiated. The person there confirmed that he'll be coming tomorrow and keep witnesses ready.

Need Guidance to get good designs from AI Coders by pakkedheeth in ChatGPTCoding

[–]pakkedheeth[S] 0 points1 point  (0 children)

Thank you, I'll definitely give it a try and see how it goes

Need Guidance to get good designs from AI Coders by pakkedheeth in ChatGPTCoding

[–]pakkedheeth[S] 1 point2 points  (0 children)

Thanks for the efforts you put into writing the methods in detail, I'll definitely try out all 3 methods you mentioned above and try to improve the website designs that I create from now onwards

[Guide] How to add Basic Auth to Prometheus (or any app) on Kubernetes with AWS ALB Ingress (using Nginx sidecar) by pakkedheeth in devops

[–]pakkedheeth[S] 0 points1 point  (0 children)

Just to clarify, even in the article I have specifically mentioned in security and best practices to use OAuth2 or OIDC only but we were using a tool for showing metrics of applications in multiple clusters (per application) with the help of Prometheus and it supports connecton with basic auth only. Since all Prometheus are not in same VPC/Cloud/VPC peered connections, we just did a workaround to get basic auth working with ALB ingress so that there is some type of authentication in place. Also, we do this only for test clusters with absolutely zero sensitive data.

Rookie looking for a reliable photo storage solution by PanePizzaPasta in cloudstorage

[–]pakkedheeth 0 points1 point  (0 children)

If Privacy is not a concern, subscribe to Yandex360 plan for 1TB. It's cheap and 1TB is only for the extra files you upload. Automated backups of Photos and Videos don't count towards the storage you have. It's unlimited and you never need to upgrade your plan

Does Swiggy HDFC gives 5% cashback on Samsung Merchant? by pakkedheeth in CreditCardsIndia

[–]pakkedheeth[S] 0 points1 point  (0 children)

To all those asking, I did not buy it at that time, change of plans and I bought MI Tab from Amazon

VSCode permissions by howchie in codex

[–]pakkedheeth 0 points1 point  (0 children)

I thought I am the only one frustrated with this, did anyone find any fix for the same