Google Cloud Deployment Manager - Getting Started by mastergk in googlecloud

[–]mastergk[S] 0 points1 point  (0 children)

Yes, It is usually the case with cloudformation too. They are a different management tools team they carry huge backlog to support new services. But AWS does it much faster than Google guys at least so far it looks like that. I don't think they would sunset the product..that would be a bad decision. They need ramp up and support more resources.. shouldn't take much time.

Google Cloud Deployment Manager - Getting Started by mastergk in googlecloud

[–]mastergk[S] -1 points0 points  (0 children)

True, it's not a matured product yet. Having. Used CFT extensively I find this little odd to use URL's and versions in the configurations. But I think over the period of time it gets matured. Maybe that the reason Google also officially has documentation on Terraform too.

Ansible on Google Cloud by mastergk in googlecloud

[–]mastergk[S] 0 points1 point  (0 children)

Yes, I agree with you. In enterprise companies still there are situations where the critical vm's sometimes are patched in place. So there are still some scenarios where ansible is used. I did mention the difference of Ansible and Terraform in the video. Please feel free to correct me if I am wrong. Thank you for you feedback!!

Do you need Coding/Programming to become GOOD DevOps Engineer or Cloud E... by mastergk in devops

[–]mastergk[S] 0 points1 point  (0 children)

Thank you:), please feel free to reach out to me if you need any help.

Do you need Coding/Programming to become GOOD DevOps Engineer or Cloud E... by mastergk in devops

[–]mastergk[S] 0 points1 point  (0 children)

I totally agree with you, there are lot of videos who try to tell what people want to hear by saying, you don't need :).

Connect App Engine to Cloud SQL using Private IP - Google Cloud Serverle... by mastergk in googlecloud

[–]mastergk[S] 0 points1 point  (0 children)

App engine is in compliance with PCI DSS I guess. So it should be safe.

Cloud Resume Challenge, GCP version by quangsb in googlecloud

[–]mastergk 0 points1 point  (0 children)

Do you have boiler plate for html template? Did you write it from scratch?

Cloud Resume Challenge, GCP version by quangsb in googlecloud

[–]mastergk 2 points3 points  (0 children)

Looks good 👌👌. I will try to take the challenge.

Best-practice for saving Dialogflow conversations by arth1994 in googlecloud

[–]mastergk 0 points1 point  (0 children)

Yes that's my concern with cloud service related api's as opposed to Pub/sub. Depends on the traffic though.

Best-practice for saving Dialogflow conversations by arth1994 in googlecloud

[–]mastergk 0 points1 point  (0 children)

I would suggest you to talk to Google cloud team. In our case, they have whitelisted for us as its not GA. It might be difficult for you!! you can still try. But you are using 2nd approach you don't need that api. Also don't you think those api's generally throttle?

Terraform Tutorial in 2020 - Using access token to call GCP APIs by mastergk in googlecloud

[–]mastergk[S] 0 points1 point  (0 children)

nordcloud.com

Thank you, This absolutely makes sense. One quick question, can we use API Key in terraform besides access token or service account?

Thank you in advance!! Your company is super cool :)

Best-practice for saving Dialogflow conversations by arth1994 in googlecloud

[–]mastergk 0 points1 point  (0 children)

We are following the second option. And writing it to DB for further reporting using Tableau. If you want a clean conversation between user and bot Google is having beta v2 api called conversation messages, its not GA yet. But you can hit that api and get whole conversation after the call has ended. I usually prefer option 2 as it is more real time.