Blogs

Memory available but not …

Scenario I was configuring a client application on a linux machine. The application does a pre-flight check related to the memory and failed with the message that “The memory is insufficient. Application requires 2GB of memory while only 1.6GB is available”. However, when I checked the …

[Fix] Internet not …

Scenario I am using Windows Subsystem for Linux (WSL) for my development work and I have a VPN client installed on my Windows machine. When I connect to the VPN, the internet stops working on WSL. However, the internet works fine on the Windows machine, but not on WSL. Solution Create a file …

Extracting and pushing …

Scenario I have a Kubernetes cluster (K3S distribution) which I use for development of my application. I work only on a subset of services and thereby for un-worked services I am comfortable using stale tags. All the tags are pushed to private docker registry but for space optimization reasons, we …