Komentáře •

  • @anandakumarsanthinathan4740

    Excellent. Loved it. Very informative.

  • @samansaadzadeh1833
    @samansaadzadeh1833 Před 6 lety +3

    that is really great and complete video. could you please share your VM template script as you said.

  • @jofftiquez
    @jofftiquez Před 5 lety

    Hi great video! Did you add ssl to the vm instances spawned by the auto-scaler?

  • @shahidshaikh2215
    @shahidshaikh2215 Před 4 lety

    Excellent !! this video is good !!!!! but can u just make a video on autoscaling on pods(GKE) and instances using cli in GCLOUD

  • @anggahutamaputra6680
    @anggahutamaputra6680 Před 4 lety

    Sir, ur tutorial very helpful to me.. you should create more GCP video in future. ur explanation very clear

  • @ShehbazAfzal
    @ShehbazAfzal Před 5 lety

    Very, very good and useful video.

  • @feddu
    @feddu Před 6 lety +2

    Great video. I've used google platform mainly for wordpress install for some clients but I really like the idea to autoscaling some of them. I wonder how does it work with a PHP CRM I make, do I have to make a script to install my PHP CRM when creating a VM Template? That kickstarter campaign sounds great. I want to back it .

    • @gcpbytes7482
      @gcpbytes7482 Před 6 lety +2

      Hi Feddroid, thanks!. What you could do is
      1) Prepare your instance to take an image
      - i.e pre-install all your PHP CRM + other necessary things like apache etc,.
      - Use the start-up script if needed to pull updated code from git if you need it + any other necessary things so that future
      servers will also do the same thing
      - Once all that is done go to instance settings (or edit after instance creation) and unselect the 'Delete boot disk when instance is deleted'
      - Now delete the instance (without deleting the boot disk as this is important. In my test since I already unchecked the 'Delete boot disk when instance is deleted' in it's settings so it did not ask for confirmation whether to delete the disk when I clicked 'Delete')
      2) Now create an image and select that disk (from 1) that has all your php code + webserver etc,.
      3) Follow the other process to create autoscaler using Instance template(and select that custom image) , instance group etc,.
      Hope that helped. Cheers.

  • @rbartruff5986
    @rbartruff5986 Před 3 lety

    Great video, just bought your udemy course

  • @deqnski890able
    @deqnski890able Před 3 lety

    Thank you very much, you helped me a lot

  • @harshaldeore
    @harshaldeore Před 3 lety

    Great tutorial 👏

  • @Suresh_Kannan
    @Suresh_Kannan Před 4 lety

    Awesome video

  • @luandevpro
    @luandevpro Před 6 lety

    thankyou very much ... great ..

  • @eaonflux1936
    @eaonflux1936 Před 4 lety

    Very nice explanation. But how do i populate these new instances with my existing WP? i am searching on the net and youtube for this but can nit find anything about it . Must i make a script that handles these actions? or are there any usefull tools/tips available, best practices? i dont want to start k8 for this

  • @bbvkishore
    @bbvkishore Před 4 lety +1

    Thank you for the tutorial. Next time, can you please zoom in a little bit so we can see the options more clearly..

  • @code-island
    @code-island Před 3 lety

    Thank you

  • @PulkitMangla8
    @PulkitMangla8 Před 6 lety

    what should i do if the servers are running on a different port apart from 80?

  • @vitorlima919
    @vitorlima919 Před 5 lety

    Hello, how are you? :D Can you give me a help? I have an application running in java and a im using JMS (Java message service), do you know what is the better way to scaling this?

  • @DanangWidiantoro
    @DanangWidiantoro Před 3 lety

    what if I want to install something in my main VM, the replicas will clone everything in the main server ass well?

  • @shahidshaikh2215
    @shahidshaikh2215 Před 4 lety

    Sir !! I have followed this tutorial completely but in between when i copy the ip of vm instances for running the script which was written in insance templete it is not running ....... plzz rewert ASAP

  • @RiderZoneCC
    @RiderZoneCC Před 6 lety

    I applied autoscaling and load balancing to my wordpress installation in Google cloud. The site is accessible through the VM IPs, but it does not work through the load balancing IP. I have mapped the load balancer IP in DNS to a site name, and that site doesn't connect either. Any ideas why? Could it be because the site has an SSL certificate?

    • @gcpbytes7482
      @gcpbytes7482 Před 6 lety

      Check firewall rules?

    • @RiderZoneCC
      @RiderZoneCC Před 6 lety

      Haven't changed anything in the firewall settings, and I don't see any "blocked" entries anywhere either.

  • @sureshc5292
    @sureshc5292 Před 6 lety

    How to configure mysq database for magento ?

    • @gcpbytes7482
      @gcpbytes7482 Před 6 lety

      This video is about CLB. So i'd suggest googling!

  • @mohibulmahmud7128
    @mohibulmahmud7128 Před 6 lety

    Hello, Good Work ! Do you have any plan to create video on Google Kubernetes Engine ?

    • @gcpbytes7482
      @gcpbytes7482 Před 6 lety

      Hi Mohibul. Yes but not in youtube. I have courses in udemy. I might release it there at some point.

    • @mohibulmahmud7128
      @mohibulmahmud7128 Před 6 lety

      Thanks

  • @quiztasy7725
    @quiztasy7725 Před 3 lety

    and how to configure https?

  • @thebollyhollymix
    @thebollyhollymix Před 5 lety

    after completing all steps, the ip doesnot show anything, can you paste the startup script pls? this is the script I had put
    #! /bin/bash
    apt-get update-y
    apt-get install apache2-y
    apt-get install php7.2-y
    mv /var/www/html/index.html /var/www/html/index.php
    cat

  • @bookmineonline6331
    @bookmineonline6331 Před 4 lety

    Hi All
    Major issue with provisioning SSL for Load Balancer. Here is where I am at:
    Created HTTPS LB, Have also created a subdomain eg media.mysite.com. Have created a Zone in Cloud DNS: media.mysite.com an A Record for the LB FE IP Address. The cert always says FAILED DOMAIN NOT VISIBLE. Even though I can see it is there in my Zone. Am I missing something? I have been at this hours. I had it working last week then deleted/repeated (is my best way of learning to repeat several times until like clockwork).
    Am just thinking of using the HTTP Load Balancer and just dropping the cert (can anyone see an issue with using http instead of https lb?). You only really require the cert to rewrite the image url. It just really gets on my nerves when things don't go 100% the way I like. Here is the catch 22. With Stateless you are required to create a zone with a CNAME with say media.mysite.com with value c.storage.googleapis.com. An A record is also required for media.mysite.com that points to the Load Balancer IP. You can't put A Record & CNAME in same zone because you can't have both A & CNAME for the same resource. If I put media.mysite.com as a CNAME in 1 zone and media.mysite.com with A Record in another zone, will media.mysite.com cause conflict being in both areas?
    Any pointers or advice more than welcome.

  • @decsam1983
    @decsam1983 Před 5 lety

    Let me test