JaCoCo JaCoCo is a widely used tool for software developers. It discovers how much of the source code is executed by tests, providing insights into
Category: DevOps
In this article, I want to share my experience with successfully installing a custom ROM on my Samsung Galaxy A7 Lite(SM-T220). The process will be
Upgrading to a major Long Term Support (LTS) release is always exciting. The promise of fresh software, a shiny new desktop environment, and the latest
In this article, I am going to implement docker containers as a build agent, which distributes the Jenkins load to ephemeral containers. The default installation
Helm is a tool used to deploy applications in Kubernetes cluster. In this article, I am going to introduce Helm, how to install it in
The Ansible is a very powerful tool to quickly and efficiently manage and configure multiple computers. It is an open source automation tool enables IT
WordPress is very popular blog writing platform like blogspot provided by google. In this first article, I am going to include my experience that I
What is k3d? k3d is a lightweight Kubernetes, which can be installed on your notebook, or low-power devices to test Kubernetes nodes and clusters. Problems
Solution from cloudflare Create account https://www.cloudflare.com/ Create a web application and set up your domain. Update the nameservers by logging domain registration page. (register.com.np) It
Challenge: to access Kubernetes services from a remote computer in LAN. >> Ingress configure >> Forward traffic from the host system to ingress (using Nginx)