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

How to pass curl --data-raw in a nice form

There are some situation when one can have credentials to some web page that does not have API properly exposed and TOKEN can not be used.

Read More
post image
author image
:date_long

Check permissions for users and service account in GCP via gcloud

[arch:tmp ] gcloud projects get-iam-policy <project-name> \ --flatten="bindings[].members" \ --format='table(bindings.role)' \ --filter="bindings.

Read More
post image
author image
:date_long

How to process raw html page via pup and jq to get ratings

The friend of mine wrote Bash script that parses raw HTML page using grep and loops to find images with rating higher

Read More
post image
author image
:date_long

How to assemble project name based on yaml content using jq

If you have multiple files without proper names, you can generate project names based on the values in the YAML files.

Read More
post image
author image
:date_long

How to conditionally add key value to Terraform map

This code will conditionally add or ommit netapp-cleaner block based on prefix local variable.

Read More
post image
author image
:date_long

How to use regexp with jq

How to use regexp within jq when selecting documents PROJECT_NAMES="one|two|there" REGEXP_SOL_PROJ="^prefix-${ENVIRONMENT}-(${PROJECT_NAMES}).

Read More