In this article, I am going to implement something interesting! I am interested to implement image processing in the images from the raspi camera. Because
When we hear the scripting language, bash or batch scripts come into our mind. They come preinstalled in Linux or Windows. We can start writing
We can use the power of latex to generate nice-looking slides for presentation. In this article, I am going to write my experience on how
In this article, I am writing a very useful solution to access your systems from anywhere on the internet. Apache Guacamole (https://guacamole.apache.org/) is a web
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)
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