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 MoreHow to create resource in Bitbucket via curl and Ansible
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 MoreCheck 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 MoreHow 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 than some number.
Read MoreHow 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 MoreHow to conditionally add key value to Terraform map
This code will conditionally add or ommit netapp-cleaner block based on prefix local variable.
Read MoreHow 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