cloudroot7
cloudroot7
  • 125
  • 68 132

วีดีโอ

Create Cloud functions (2st Gen) on GCP with Terraform
มุมมอง 128หลายเดือนก่อน
Cloud Functions (2nd gen) is Google Cloud's next-generation Functions-as-a-Service Terraform Code: github.com/raj13aug/Cloud_Functions_Gen_2 #googlecloud #gcp #gen2 #terraform #devops #cloudfunctions
Migrate Terraform state from Local Backend to GCP Storage Bucket
มุมมอง 96หลายเดือนก่อน
Create Google Cloud Storage bucket where remote state can be persisted. Create GCP service account with state file saved in locally. Migrate Terraform state from local to remote Google Cloud Storage bucket. #devops #googlecloud #gcp #terraform
Add New Users to Your Google Cloud Platform Using Terraform
มุมมอง 592 หลายเดือนก่อน
We will cover the following topics: How to add a user to a Google Cloud project? How do you manage user permissions in a Google Cloud project? GitHub: github.com/raj13aug/gcp_user_account_creation_tf #googlecloud #devops #terraform #gcp #useraccount
Create Cloud functions 1st Gen on GCP with Terraform
มุมมอง 1172 หลายเดือนก่อน
Google Cloud Functions Introduction: Google Cloud Functions is a serverless compute platform that allows you to run code in response to events without having to provision or manage servers. Runtimes: Go, Java, Node.js, Python, PHP #gcp #terraform #devops #cloudfunctions #gen1
Attaching Persistent Disk to an Instance on GCP Using Terraform
มุมมอง 713 หลายเดือนก่อน
The persistent disk is created with Terraform, which also creates a VM and attaches the disk. GitHub: github.com/raj13aug/compute_disk_gcp
Mapping a Cloud Run Service to a Custom Domain using Terraform
มุมมอง 4193 หลายเดือนก่อน
Steps: On the Cloud Run services page, Click MANAGE CUSTOM DOMAINS. In the domain mappings page, click ADD MAPPING. Verify your domain in webmaster central. (search.google.com/search-console/welcome) To specify the domain or subdomain to map to the service. Copy the DNS records to your domain registrar.
Hosting static website via cloud storage + Load balancer + cloud DNS using Terraform
มุมมอง 1993 หลายเดือนก่อน
To host a static website on GCS, you must: Create and Configure Your GCS Bucket Configure necessary permission to allow for the website to have a public URL. Reroute traffic from your website to the GCS bucket using a load balancer, CDN, and DNS.
Create GCP Cloud Run Service using Terraform
มุมมอง 4054 หลายเดือนก่อน
Cloud Run is a fully managed compute platform in Google Cloud Platform that lets you run containerized applications. GitLab code: github.com/raj13aug/CloudRun_Terraform #gcp #terraform #cloudrun
Terraform Contains Function
มุมมอง 1054 หลายเดือนก่อน
The Terraform contains function is used to check if a specified value exists within a given list or set.
Mount Cloud Storage bucket with GCP compute engine using Terraform
มุมมอง 1044 หลายเดือนก่อน
The Google Cloud Storage FUSE tool is an open-source file system driver that allows you to mount a Google Cloud Storage (GCS) bucket as a file system on a Linux-based operating system. Install cloud storage FUSE: cloud.google.com/storage/docs/gcsfuse-install #gcp #terraform #devops #vm #gcs #gcsfuse
Setup a Sub Domain record With Cloud DNS using Terraform
มุมมอง 954 หลายเดือนก่อน
you can always create a subdomain using your existing domain name. In my case, I created the blog.cloudroot7.xyz/ records. Github : github.com/raj13aug/Managing-multiple-DNS-zones-with-Terraform #gcp #terraform #devops #dns
Reserve a static External IP address On Google Compute Engine Using Terraform
มุมมอง 835 หลายเดือนก่อน
In this video, we will cover the following topics: Understand external and internal IP Address of VM instance. what is use of static external IP? #gcp #terraform #staticip #devops #vm
Schedule Start & Stop For VM instances Using Terraform
มุมมอง 2625 หลายเดือนก่อน
GCP compute engine - pay as you go With pay-as-you-go model you only pay for time you use a resource. Required Permissions To instance schedules, the compute service agent for your project must have the following permissions: compute.instances.start to schedule VM instances to start. compute.instances.stop to schedule VM instances to stop. cloud.google.com/compute/docs/instances/schedule-instan...
Create GCP VM Instance With SSH Key Generation Using Terraform
มุมมอง 2905 หลายเดือนก่อน
Google Compute Engine is a virtual machine (VM) service that allows users to create and run VMS on Google’s infrastructure. There are 4 ways of creating a VM. VM instance from scratch. New VM Instance from template. New VM instance from custom machine image. New VM Instance from the MarketPlace. #vm #gcp #terraform #sshkey
Configure Cloud SQL Insights Using Terraform
มุมมอง 1025 หลายเดือนก่อน
Configure Cloud SQL Insights Using Terraform
Automatic Backups for PostgreSQL on Google Cloud SQL Using Terraform
มุมมอง 1585 หลายเดือนก่อน
Automatic Backups for PostgreSQL on Google Cloud SQL Using Terraform
Configure CloudSQL Database Flags(PostgreSQL) Using Terraform
มุมมอง 975 หลายเดือนก่อน
Configure CloudSQL Database Flags(PostgreSQL) Using Terraform
Create Cloud SQL Users in Terraform & Connect GCP Cloud SQL (PostgresSQL) From Local PSQL
มุมมอง 1535 หลายเดือนก่อน
Create Cloud SQL Users in Terraform & Connect GCP Cloud SQL (PostgresSQL) From Local PSQL
PostgreSQL setup on Google Cloud SQL with Terraform
มุมมอง 4666 หลายเดือนก่อน
PostgreSQL setup on Google Cloud SQL with Terraform
How To Pass HashiCorp Vault Associate Certification
มุมมอง 4227 หลายเดือนก่อน
How To Pass HashiCorp Vault Associate Certification
GCP Secrets Manager Secret Version Rotation Using Terraform
มุมมอง 4128 หลายเดือนก่อน
GCP Secrets Manager Secret Version Rotation Using Terraform
GCP Secret Manager to Manage your Secrets using Terraform
มุมมอง 9588 หลายเดือนก่อน
GCP Secret Manager to Manage your Secrets using Terraform
GCP Cloud Source Repository & Cloud Build with Terraform
มุมมอง 4368 หลายเดือนก่อน
GCP Cloud Source Repository & Cloud Build with Terraform
Create GCP Cloud Source Repository Using Terraform
มุมมอง 1518 หลายเดือนก่อน
Create GCP Cloud Source Repository Using Terraform
Create Google Artifact Registry Repository Using Terraform
มุมมอง 2798 หลายเดือนก่อน
Create Google Artifact Registry Repository Using Terraform
Rotate GCP Service Account Key using Terraform
มุมมอง 3519 หลายเดือนก่อน
Rotate GCP Service Account Key using Terraform
Rotate Periodic Basis Using Terraform
มุมมอง 1019 หลายเดือนก่อน
Rotate Periodic Basis Using Terraform
CREATE VPC NETWORK ALONG WITH CLOUDNAT IN GOOGLE CLOUD USING TERRAFORM
มุมมอง 1219 หลายเดือนก่อน
CREATE VPC NETWORK ALONG WITH CLOUDNAT IN GOOGLE CLOUD USING TERRAFORM
Setup Cloud DNS for External Domain Name Through Terraform
มุมมอง 3359 หลายเดือนก่อน
Setup Cloud DNS for External Domain Name Through Terraform

ความคิดเห็น

  • @pattanayakbabu559
    @pattanayakbabu559 25 วันที่ผ่านมา

    Very good explanation

    • @cloudroot7
      @cloudroot7 24 วันที่ผ่านมา

      Thanks and welcome

  • @abhishek_m73
    @abhishek_m73 หลายเดือนก่อน

    Great work 👍🏻

    • @cloudroot7
      @cloudroot7 หลายเดือนก่อน

      Thanks

  • @KumarMukesh-gn2jg
    @KumarMukesh-gn2jg หลายเดือนก่อน

    Great job, You helps me a lot.👍🏼👍🏼👍🏼

    • @cloudroot7
      @cloudroot7 หลายเดือนก่อน

      Thanks

  • @chenjaike950
    @chenjaike950 หลายเดือนก่อน

    saved my life

    • @cloudroot7
      @cloudroot7 หลายเดือนก่อน

      Thanks

  • @tiagocarapinheirosiqueira8408
    @tiagocarapinheirosiqueira8408 หลายเดือนก่อน

    Cool video, helped me a lot! Thanks!

    • @cloudroot7
      @cloudroot7 หลายเดือนก่อน

      Welcome

  • @lolitaad19
    @lolitaad19 หลายเดือนก่อน

    Thanks . . Awesome video Adding one important info.. if anyone is wondering how to create those permissions.. from console .. AWS cmk- > create key-> select symmetric encrypt and decrypt -> next -> type any alias -> click next -> add key adminstrator -> add key users-> next ( you will get the entire policy shown in this video) .. but this is in json.. from any online tool, it can be converted to hcl for terraform..

    • @cloudroot7
      @cloudroot7 หลายเดือนก่อน

      Thanks for provided additional info.

  • @Sizuka-b4h
    @Sizuka-b4h หลายเดือนก่อน

    Hey, do u work as consultant. I have been watching your videos, and they are very informative

    • @cloudroot7
      @cloudroot7 หลายเดือนก่อน

      Thanks, No, employer, I am trying my best to share my knowledge

    • @Sizuka-b4h
      @Sizuka-b4h หลายเดือนก่อน

      ​@@cloudroot7 sorry for the late response, it's okay.... How can I connect with you in case I require some guidance?... I'm a beginner in terraform so

  • @ResonantFractal
    @ResonantFractal 2 หลายเดือนก่อน

    Does it work when externaldns is created in another namespace?

    • @cloudroot7
      @cloudroot7 2 หลายเดือนก่อน

      I am not sure that,

  • @ravinasty
    @ravinasty 2 หลายเดือนก่อน

    Thanks for the video. Can we create the new key without replacing the existing one?.

    • @cloudroot7
      @cloudroot7 2 หลายเดือนก่อน

      I am not sure about it, maybe possible I think so, let me check it and get back to you.

  • @ravinasty
    @ravinasty 2 หลายเดือนก่อน

    Appreciate your efforts on creating videos on Terraform especially on GCP

    • @cloudroot7
      @cloudroot7 2 หลายเดือนก่อน

      Thanks a lot!

  • @elialberlopes
    @elialberlopes 2 หลายเดือนก่อน

    Nice explanation! Tks!!

    • @cloudroot7
      @cloudroot7 2 หลายเดือนก่อน

      Glad it was helpful!

  • @elialberlopes
    @elialberlopes 2 หลายเดือนก่อน

    Very Helpfull!!! Could you clarify how to set up the user and password configuration on the tf?

    • @cloudroot7
      @cloudroot7 2 หลายเดือนก่อน

      Plz watch another video which talk about user management. th-cam.com/video/7ayTnpDoxNI/w-d-xo.htmlsi=Z1czlURJ1xqAjHSh

  • @laxmik5523
    @laxmik5523 3 หลายเดือนก่อน

    Hi do you have reverse dns also

    • @cloudroot7
      @cloudroot7 3 หลายเดือนก่อน

      I showed the transfer of our external domain to Google Cloud DNS(Domain Name System). One of my videos showed how to point to domain address --> th-cam.com/video/jnUKh7vkk00/w-d-xo.html

  • @manobharkavinataraj
    @manobharkavinataraj 3 หลายเดือนก่อน

    Great

    • @cloudroot7
      @cloudroot7 3 หลายเดือนก่อน

      😀

  • @himanshubatrag
    @himanshubatrag 3 หลายเดือนก่อน

    @cloudroot7 Any crash course or tutorial and dump for exam?

    • @cloudroot7
      @cloudroot7 3 หลายเดือนก่อน

      Currently I don't have any crash coures

    • @himanshubatrag
      @himanshubatrag 3 หลายเดือนก่อน

      @cloudroot7 thanks for reply. Any tutorial you could recommend for Associate level exam prep

  • @pillalakathalu4558
    @pillalakathalu4558 3 หลายเดือนก่อน

    Yennappa

  • @SneakyJoeRu
    @SneakyJoeRu 3 หลายเดือนก่อน

    A year has passed. No part 2 to be seen. Looks like you also were unable to implement it or what?

    • @cloudroot7
      @cloudroot7 3 หลายเดือนก่อน

      I was done elarier, but I was busy with other work then put on hold . I will release it upcoming days.

  • @shivanshusharma20.07
    @shivanshusharma20.07 4 หลายเดือนก่อน

    can you create video on gcp provisionor , state file? in detail please

    • @cloudroot7
      @cloudroot7 4 หลายเดือนก่อน

      Sure

  • @DevopsLearning-q1z
    @DevopsLearning-q1z 4 หลายเดือนก่อน

    Appreciated your efforts ❤

    • @cloudroot7
      @cloudroot7 4 หลายเดือนก่อน

      Thanks

  • @ImmanuvelM-s9b
    @ImmanuvelM-s9b 4 หลายเดือนก่อน

    Nice video, so you haven't talked about anything related to the "Amazon CloudWatch Observability” add-on , does it needed or not for fluent bit on EKS ? Adhu Theva illaya? And also Do we need to pay anything extra for Add-on's on EKS cluster ?

    • @cloudroot7
      @cloudroot7 4 หลายเดือนก่อน

      The fluent bit mainly used to store log of applications and fluent bit by default takecare of observability part based on configuration file and I am not sure about extra addon cost.

  • @murugesanthirupathi2517
    @murugesanthirupathi2517 4 หลายเดือนก่อน

    Nice one bro 👍

    • @cloudroot7
      @cloudroot7 4 หลายเดือนก่อน

      Thanks bro

  • @user-bu3em6zg4r
    @user-bu3em6zg4r 4 หลายเดือนก่อน

    thambi module pathi podungha parent to child module communication child to parent module communication

    • @cloudroot7
      @cloudroot7 4 หลายเดือนก่อน

      Super I will do it bro

  • @user-bu3em6zg4r
    @user-bu3em6zg4r 4 หลายเดือนก่อน

    thambi super pa

    • @cloudroot7
      @cloudroot7 4 หลายเดือนก่อน

      Thanks

  • @mikochu7746
    @mikochu7746 5 หลายเดือนก่อน

    Do you have similar tutorial but with pure Terraform without using module?

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      Let me check it.

  • @julimax277
    @julimax277 5 หลายเดือนก่อน

    why your code don't show "mediately "aws_acm_certificate_validation.certificate: Stillating.." ? is created immediately

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      It will create immediate, I showed flow seamless plz watch it fully.

    • @julimax277
      @julimax277 5 หลายเดือนก่อน

      @@cloudroot7 i saw bro but my terminal say aws_acm_certificate_validation.cert: Still creating... [44m50s elapsed]

    • @KumarMukesh-gn2jg
      @KumarMukesh-gn2jg หลายเดือนก่อน

      ​@@julimax277please use "overwrite_method = true" arguments in resource where he using for_each meta-argument. Or you can watch video one more time carefully.

  • @matrimonyservices156
    @matrimonyservices156 5 หลายเดือนก่อน

    Flow of video is seamless

  • @matrimonyservices156
    @matrimonyservices156 5 หลายเดือนก่อน

    Excellent

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      Thanks

  • @infocusvm
    @infocusvm 5 หลายเดือนก่อน

    Super da...

  • @AtulBhingarde
    @AtulBhingarde 5 หลายเดือนก่อน

    "terraform apply -auto-approve" without quotes " is useful for apply and destroy as well

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      Yes auto approve avoid the user input

  • @AtulBhingarde
    @AtulBhingarde 5 หลายเดือนก่อน

    I am having issue with the language, on this info, it appears useful though

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      I will post viedo with english

  • @AtulBhingarde
    @AtulBhingarde 5 หลายเดือนก่อน

    does anyone know how to bind dns name to ip from route 53, I am thinking of integrating the git and jenkins instance and not fiddle with the ip time and again

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      Check my one of video I had bind ip address to domain

    • @AtulBhingarde
      @AtulBhingarde 5 หลายเดือนก่อน

      thanks, @@cloudroot7 which video though, please provide the url for the video here, or its in this same video ?

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      @@AtulBhingarde please check only domain parts th-cam.com/video/XFVotoQ4PFc/w-d-xo.html

  • @AtulBhingarde
    @AtulBhingarde 5 หลายเดือนก่อน

    overall the git repo etc is very helpful, I am going to try that most importantly the .gitignore

  • @AtulBhingarde
    @AtulBhingarde 5 หลายเดือนก่อน

    May be optional english language will help users and you as well

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      Sure I will try it soon

  • @murugesanthirupathi2517
    @murugesanthirupathi2517 5 หลายเดือนก่อน

    Nice explanation, thanks for your time bro

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      Glad it was helpful!

  • @BeeYemerge
    @BeeYemerge 5 หลายเดือนก่อน

    good stuff #beeyem

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      Thanks bro

  • @LeknightBarbu
    @LeknightBarbu 6 หลายเดือนก่อน

    it's been a long time but i have a question, do you know how to modify region because i'm on eu-west-1 and when i modify the template file, it doesn't work, my log group is created in us-east-1 ?

    • @cloudroot7
      @cloudroot7 6 หลายเดือนก่อน

      You have pass the region value from variable.tf file.

    • @LeknightBarbu
      @LeknightBarbu 6 หลายเดือนก่อน

      It's already done but it doesn't work, log group will be create into us-esat-1 and they don't have the good name and retentiondays and they didn't catch logs of my multiple pods@@cloudroot7

    • @cloudroot7
      @cloudroot7 5 หลายเดือนก่อน

      Sure let me check it

  • @subhankarhotta7094
    @subhankarhotta7094 7 หลายเดือนก่อน

    Do we need an extra cloudwatch agent resource?

    • @cloudroot7
      @cloudroot7 7 หลายเดือนก่อน

      Not required

  • @Lucard4433
    @Lucard4433 7 หลายเดือนก่อน

    where is part 2 ?

    • @cloudroot7
      @cloudroot7 7 หลายเดือนก่อน

      Not yet ready

    • @yopankaj
      @yopankaj 7 หลายเดือนก่อน

      i wanted to hear that next@@cloudroot7 😞

  • @raviinformationadda5700
    @raviinformationadda5700 8 หลายเดือนก่อน

    Hi bro , please make same kind of video in gcp

    • @cloudroot7
      @cloudroot7 8 หลายเดือนก่อน

      Sure I will do soon

  • @chandansinha9234
    @chandansinha9234 8 หลายเดือนก่อน

    Your all videos are amazing but I don't understand Tamil so missed content of all your old video. Can you try English voice over on them.

    • @cloudroot7
      @cloudroot7 8 หลายเดือนก่อน

      Sure, I have plan to make the english version of my older video soon.

  • @kiranbhulokam6712
    @kiranbhulokam6712 8 หลายเดือนก่อน

    Thanks for the efforts and steps are very clear and understandable Need help: If I want to enable HTTPS, how to do it ??

    • @cloudroot7
      @cloudroot7 8 หลายเดือนก่อน

      Hello, I haven't try to implement the https, But you can refer to below link. medium.com/@java.developer.raman/enable-vault-to-be-accessible-via-https-b725cf71b719

  • @bachelorsvantalu1573
    @bachelorsvantalu1573 8 หลายเดือนก่อน

    Can you please post make a video by EOD.

    • @cloudroot7
      @cloudroot7 8 หลายเดือนก่อน

      It's difficult do video today itself. Because I have engaged with personal work. Sure I will do up coming week.

  • @bachelorsvantalu1573
    @bachelorsvantalu1573 8 หลายเดือนก่อน

    Excellent job you did. Can you please make a video how to do it in GCP?

    • @cloudroot7
      @cloudroot7 8 หลายเดือนก่อน

      Sure I will do it.

    • @raviinformationadda5700
      @raviinformationadda5700 8 หลายเดือนก่อน

      Hi bro, Good Morning. Can you please make the video today in gcp if possible

    • @raviinformationadda5700
      @raviinformationadda5700 8 หลายเดือนก่อน

      Bro Did you uploaded the video in gcp with same content

  • @murugesanthirupathi2517
    @murugesanthirupathi2517 8 หลายเดือนก่อน

    Nice video

    • @cloudroot7
      @cloudroot7 8 หลายเดือนก่อน

      Thanks

  • @roshanahtina20
    @roshanahtina20 8 หลายเดือนก่อน

    Great content as usual. :)

  • @drjyothivelukaran9908
    @drjyothivelukaran9908 9 หลายเดือนก่อน

    Thank you for the video sir.. I was looking how to install calico in my eks cluster and stumbled upon this video... I have a doubt sir. Do we need to delete the default aws cni for the calico to work? or is there any way to enable calico while providing the eks cluster before the aws cni daemon set and related stuffs being installed?

    • @cloudroot7
      @cloudroot7 9 หลายเดือนก่อน

      1. Don't need delete default aws cni. 2. After provision your eks cluster, using helm chart installation the calico. Plz see my terraform code which show installation.

    • @drjyothivelukaran9908
      @drjyothivelukaran9908 8 หลายเดือนก่อน

      @@cloudroot7 thank you sir

  • @murugesanthirupathi2517
    @murugesanthirupathi2517 9 หลายเดือนก่อน

    Nice video bro, thanks for your time and efforts

    • @cloudroot7
      @cloudroot7 9 หลายเดือนก่อน

      My pleasure

  • @ashu9103
    @ashu9103 9 หลายเดือนก่อน

    don't we need any policy related to ebs on worker node?

    • @cloudroot7
      @cloudroot7 9 หลายเดือนก่อน

      It required ebs_csi_driver also service account, please checkout my github link.

    • @ashu9103
      @ashu9103 9 หลายเดือนก่อน

      So as you created service account so we don’t have to explicitly attach ebs related policy to worker node directly?