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 list all groups and members in GCP organization
gcloud identity groups search --labels="cloudidentity.googleapis.com/groups.discussion_forum" --organization="111111111111" --page-size=3000 --format=json > groups.json for i in $(cat groups.
Read MoreAnsible Bitbucket
Links: 202410042010 --- # ......................................................................... # 1. Creating Bitbucket project for GCP Solution Project # .
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 More