Latest News
Read all latest blog posts

Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1)
Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1) Starting AWS EKS cluster manually in AWS web console
Read More
Oneliner to compare software versions
export _tags=$(git tag --list | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+') export _current=$(curl -s https://api.
Read More
How to use Google AppScript for docs templating at presonal Google Drive
I have recently had a requirement to create write quite a bit of letters.
Read More
How to replace text in lots of file via sed and find
I have recently decided to change the way how my code blocks look like at this blog.
Read More
How to use jq as PRO
curl -s \ --header "Authorization: Bearer $TOKEN" \ --header "Content-Type: application/vnd.
Read More
Drone CICD on Rancher Desktop MAC Kubernetes
Drone CICD at Rancher on Desktop at Mac Setup /etc/hosts file vim /etc/hosts .
Read More
CKS testing mock
kube-apiserver manifest with PodSecurityPolicy, ImagePolicyWebhook, Auditing cat /etc/kubernetes/manifests/kube-apiserver.yaml apiVersion: v1 kind: Pod metadata: annotations: kubeadm.
Read More