So here's what happened. I had deployed a server which calls another https server long time back probably 6months ago and this was working fine it. And in the recent times fr...
Hi, I'm seeing an issue where I see pod restart multiple times for my server written in go 1.16 during a load test with 5k request and a max cpu usage of 1000mi. I do not see ...
Is it a good idea to add certificates required for db connectivity from github pipeline in docker image? Or is there a better approach? Thanks
Hi everyone, I was looking to build a back-end system that involved following latest news topics posted on various websites for a particular user. Has anyone done this before?...
Hi, I'm creating a server in golang that creates a context based on pooling mechanism. My context is embedded with a timeout which I pass in every function call from creation ...
Is there a way I can simulate network failure while being connected to a service like kafka? For example: I have an issue that my server is not able to connect to Kafka and co...
How to beautify json logs on my terminal running mac os? So when I do logs for a particular application I get it in json colourless. Which I need to copy or save and parse it....
If I'm using kubectl logs and my logs are in json format is there a way I can beautify the logs when I do kubectl logs?