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 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 MoreHow to detect duplicates using jq
yq -o=json eval data/aaa/bbb.yaml | jq '.ldap.ldap.members | group_by(.) | map(select(length>1) | .
Read MoreGCP PCA certification notes
Using multiple gcloud configurations/profile v ~/.config/gcloud/configurations/config_profile1 ... [core] custom_ca_certs_file = /Users/AAAA/Documents/proxyCA.
Read More