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 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 MoreHow to pass --url-query to curl
This is a nice way how to multiline query parameters when using curl
Read MoreHow to deduplicate elements using jq
####### Input file some: awesome: members: - green - yellow - blue - red - green ####### Deduplication
Read MoreHow to select entries with sso_team_id using jq
Goal How to choose only records that have sso_team_id key defined?
Read MoreHow to GCP Private Service Connect PSC between two VPCs within different projects
Create 2 new GCP Projects in Free Tier Account gcloud projects create consumer-cmd --name="consumer-cmd" --enable-cloud-apis gcloud projects create producer-cmd --name="producer-cmd" --enable-cloud-apis # verify creation [arch:devopsinuse main()U] gcloud projects list PROJECT_ID NAME PROJECT_NUMBER .
Read More