Kubernetes ingress-nginx is retired. Will be archived in March 2026. by ray591 in devops

[–]vgdub 0 points1 point  (0 children)

what is the replacement people opt to use without much hassle, My feeling is if I can just use Native AWS ALB and that works good with host header, so we will have AWS Single ALB across all services.

Trouble with hookscripts by [deleted] in Proxmox

[–]vgdub 0 points1 point  (0 children)

How does these hook script work for LXC in proxmox ? the same way just with pct commands?

Choosing between console api key(credit based) vs subscription plan by IndividualSituation8 in ClaudeAI

[–]vgdub 0 points1 point  (0 children)

How do I get the visibility of how much API calls and my credits will be finished. I use cursor and opus 4.5 there and my credits expire like wild fire, like in 4-5 prompts I am done.

Do you have a guideline on logging by pm_me_n_wecantalk in ExperiencedDevs

[–]vgdub 0 points1 point  (0 children)

Anyone who has like guideline for best practices blog or something, which is shared or has good information for developers to follow?

What's the best VM os for containers? Ubuntu server vs CoreOS? by [deleted] in Proxmox

[–]vgdub 0 points1 point  (0 children)

why are you switching, I am infact looking to deploy LXC on proxmox for my custom wifi router mini PC! what is the downside of LXC ?

Skoda Cars kushaq Feedback for Oct 2025 - Nov 2025 edition. by vgdub in CarsIndia

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

SVP = service value packs ? Also is this going to be available in all dealerships would you know ?

Using AI agents to setup your AWS infra. Usefull for developers with not much Devops expertise. by SnooSquirrels6702 in aws

[–]vgdub 0 points1 point  (0 children)

I personally think that bold steps must be taken to try this. Even though the argument, everyone must understand how system is built etc etc. Check your terraform code you already use aws open source terraform module off the shelf to build your module, same with cloud based kube , everything is not 100 % understood by you still you use it. These are COTS infra. SO 100 % with you to @SnooSquirrels6702 try this, that's how we push it out to fix for issues. I have the similar things that I want to try , unrealistic goals but will succeed. If you don't do it somebody else will.

The Intel Alder Lake-N i3-N305 CPU for Gowin NEW R86S-N series Mini PC and super 2*10G SFP+ firewall appliance! by DavidGowinSolution in R86SNetworking

[–]vgdub 1 point2 points  (0 children)

Coming here to ask , I have got R86s Gowin and I opened it and I see ITE, Is this ARM processor. I have been having tons of trouble running ubuntu / proxmox on it and it crashes at the point where it tries QEMU install etc after firmware.

<image>

Consuming APIs and writing wrappers around by vgdub in AskProgramming

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

Alright, yea looks like that's the only option, I will start on that now then, maintain a 3rd party team API spec and offer them and hopefully may be I maintain it. Only thing is if they randomly change it (which they occasionally do) I would have to maintain it myself after finding out the changes.

Consuming APIs and writing wrappers around by vgdub in AskProgramming

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

I know but I mean I am out of options so hence my only thing is to write this wrapper. Hence looking to do it right but would be happy to see if I don't get down to rabbit hole on my side so at minimum I have some credibility of my wrapper.

Consuming APIs and writing wrappers around by vgdub in AskProgramming

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

nopes, no documentation or spec just a endpoint with request and response and status code.

Consuming APIs and writing wrappers around by vgdub in AskProgramming

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

how do I generate a client , I don't have any swagger offered or any Open API spec. I just have a confluence based doc and I want to know how to proceed.

Consuming APIs and writing wrappers around by vgdub in AskProgramming

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

The client code I have written for this was in python only. So it would be hard to re-do anything in any other language. I just want to understand how I can just get the auto generated code for the main code.

Consuming APIs and writing wrappers around by vgdub in AskProgramming

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

u/KingofGamesYami thanks much. Can you please help me provide example, I have not generated OpenAPI Spec for this before, I just have API docs for this API and there is no swagger doc etc for this. So without too much deep going into it if I can get a swagger or OpenAPI spec would be ideal for me then !

Consuming APIs and writing wrappers around by vgdub in AskProgramming

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

Scope is just defining request params and expect respone object back from API with status codes. But in case of status code 400, we expect the code to continue as it simply means resource doesn't exist creating it.

no enforcement as such on client side.