Latest News

Read all latest blog posts

post image
author image
:date_long

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
post image
author image
:date_long

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
post image
author image
:date_long

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
post image
author image
:date_long

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
post image
author image
:date_long

How to use jq as PRO

curl -s \ --header "Authorization: Bearer $TOKEN" \ --header "Content-Type: application/vnd.

Read More
post image
author image
:date_long

Drone CICD on Rancher Desktop MAC Kubernetes

Drone CICD at Rancher on Desktop at Mac Setup /etc/hosts file vim /etc/hosts .

Read More
post image
author image
:date_long

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