Challenge: to access Kubernetes services from a remote computer in LAN. >> Ingress configure >> Forward traffic from the host system to ingress (using Nginx)
Category: Technical
One of the important concepts in Kubernetes is to define persistence volumes to retain the data when nodes get deleted or restarted. I have not
Minikube While docker and docker-compose are simple and fulfill the basic requirement, I prefer Kubernetes’ way of managing containers also can be scaled. So, if
BACKGROUND In this article, I am going to share my experience with mini-server preparation. Actually, this whole job I have carried out as my hobby
This is a much-required process while we develop spring boot applications. We do changes continuously and want to see the result at the same time
Accessing a remote system with a hostname is a bit tricky in windows 10. I went on forgetting after it is done, so writing it
Scala3 is trending and it’s a significant upgrade from scala2. In this article, I am going to write a short introduction to what actually does
The term Design Pattern is a buzzword in the software development world. Actually, we can develop software even without a design pattern, but software development
As the title clearly says, creating bootable USB in the Ubuntu system is a bit challenging as compared to the Windows system. Windows system provided
As the title says, this recipe is focused on creating a multipurpose jar file, where a single jar file can be used for multiple requirements.