In today’s fast-paced digital landscape, organizations are increasingly relying on containerization to efficiently deploy and manage their applications. Kubernetes, an open-source container orchestration platform, has…
Linux cheat sheet
In today’s fast-paced digital landscape, organizations are increasingly relying on containerization to efficiently deploy and manage their applications. Kubernetes, an open-source container orchestration platform, has…
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…
The difference between setting the value of “Cluster” and “Local” in Kubernetes lies in the load balancing mechanism. … selector: app.kubernetes.io/component: controller app.kubernetes.io/instance: ingress-nginx app.kubernetes.io/name:…
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…
Installing HAProxy in Kubernetes can be a complex process, but using Helm charts can simplify the process significantly. Helm is a package manager for Kubernetes…
This CronJob runs every day at midnight and executes a shell script that will remove all unused images, containers, and volumes that are older than…
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…
Deploying filebeat with Helm To send nginx-ingress logs to your Elasticsearch cluster, start with the provided values.yml. It’s important to note that the latest version…
In order to implement OSRM in a Kubernetes cluster, it is necessary to have the routing data within the cluster. There are various methods to…
Remove the current CNI configuration with : microk8s kubectl delete -f /var/snap/microk8s/current/args/cni-network/cni.yaml Edit /var/snap/microk8s/current/args/kube-proxy and update the –cluster-cidr=10.1.0.0/16 argument with the new CIDR. Restart MicroK8s with: microk8s stop microk8s…