Recent posts

How to make an admin account in GitTea

2 minute read

Gitea is small git repository very easy to install and manage and lightweight. I have found it several times in projects related to k8s or Proof of concepts....

Deploying Alpine to GKE micro

2 minute read

In this post I will document the link and steps that I use to create a micro cluster in GKE and deploy the Alpine container. I will not repeat steps that are...

Thread Memory Dump Analyzer

2 minute read

In this post I point out two different tools that can be use for Performance analysis as well as Debugging to find problems related to hangs, memory problems...

debugging pods in k8s

less than 1 minute read

As you know I use my blog often a a scratch pad for notes. Well the other day I was trying to debug a connectivity problem in my k8s cluster and found all th...