Kubernetes continues to grow in popularity, leading to an increased deployment of clusters in production environments. Amidst this surge, security considerations sometimes take a backseat.…
Linux cheat sheet
Kubernetes continues to grow in popularity, leading to an increased deployment of clusters in production environments. Amidst this surge, security considerations sometimes take a backseat.…
Kubernetes is a powerful container orchestration platform that simplifies the deployment, scaling, and management of containerised applications. MicroK8s, a lightweight Kubernetes distribution, is a popular…
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…
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…
In this guide we will learn how to create ci/cd pipeline in Jenkins, build the image , push to local repository and deploy our app…
Helm provides a quick way of setting up a Redis cluster using a pre-made Helm chart. 1. Add the Helm repository containing the Kafka chart you…
Helm provides a quick way of setting up a Redis cluster using a pre-made Helm chart. 1. Add the Helm repository containing the Redis chart you wish…