Kubernetes is a powerful orchestration tool that allows you to manage containerized applications efficiently. One common requirement is to route traffic from an Ingress controller…
Linux cheat sheet
Kubernetes is a powerful orchestration tool that allows you to manage containerized applications efficiently. One common requirement is to route traffic from an Ingress controller…
In the fast-paced world of web development, streamlining the deployment process is crucial. Docker has emerged as a powerful tool for containerization, allowing developers to…
In the world of microservices and containerisation, Kubernetes has emerged as a powerful tool for orchestrating and managing containerised applications. To ensure the stability and…
Web Application Firewall is an additional layer of security for your services and now we are going to implement it on practice. Let’s start with…
Installing KEDA you can use any Kubernetes. Installing KEDA is simple, I use helm: helm repo add kedacore https://kedacore.github.io/charts helm repo update helm install keda…
To expose the public IP in Ingress Nginx, you can use the ‘externalTrafficPolicy’ configuration. This allows you to route traffic to the node’s public IP…
When a user connects to a website, the physical distance between them and the web hosting server affects the time it takes for the content…
And so, we need to build the following model: * Docker Swarm manager with 3 swarm nodes running docker graphHoppers and on the top of…
If you faced botnet or you have any other suspicious activity on the server, you should take some actions to prevent it as soon as…