Solutioning Mountkirk Games - Professional Cloud Architect

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 47

  • @CloudAdvocate
    @CloudAdvocate  4 года назад +3

    Pause the video and think how you can solve it and compare :).

  • @bhilarevishal14
    @bhilarevishal14 3 года назад +3

    Please solve few more questions on case studies it would be great help to others

  • @ilarums
    @ilarums 4 года назад +2

    1. Need to use Datastore or Firestore to store userprofile/game state
    2. GCE with Shielded VMs for hardened Linux Distro

  • @DamienMalakay
    @DamienMalakay 4 месяца назад +1

    this is old, i mean rightfully so as it was created 4 yrs ago but Google has updated the whole case study everyone :) i wouldn't rely on this but very good details

    • @CloudAdvocate
      @CloudAdvocate  4 месяца назад

      Will upload new one soon.

    • @abhinavpk3985
      @abhinavpk3985 Месяц назад

      @@CloudAdvocate Is the new updated series coming soon? Looking forward to it

  • @Edwinn100
    @Edwinn100 2 года назад +3

    Actually, according to the Solution Concept, "Mountkirk Games is building a new multiplayer game that they expect to be very
    popular. They plan to deploy the game’s backend on Google Kubernetes Engine so they
    can scale rapidly and use Google’s global load balancer" therefore, I don't think MIG's are the right solution.

  • @pjlionel
    @pjlionel 4 месяца назад

    @CloudAdvocate -
    I like your analysis and break down. I wonder if you want to redo this video as MountKirk games case study has changed. This is true for some of other case studies that you created too. Just a heads up!

    • @CloudAdvocate
      @CloudAdvocate  4 месяца назад

      ruclips.net/video/sTWIlsfcUME/видео.html

  • @crikxouba
    @crikxouba 4 года назад +2

    7:44 I believe you got it wrong here. They mean that your data doesn't get lost while processing (for example an instance getting overwhelmed by requests), nothing to do with storage, so in this case you would send to pubsub.

    • @CloudAdvocate
      @CloudAdvocate  4 года назад

      Thank you!

    • @crikxouba
      @crikxouba 4 года назад

      11:43 also not sure about this. Pub sub retains messages for up to a week, I think when we define "slow arriving data" we wouldn't expect it to arrive a week later. Storing directly to a bucket may slow processing down.

    • @CloudAdvocate
      @CloudAdvocate  4 года назад

      It better to store it in gcs and process it later than storing it on queue..coz of cost and also you don't have to worry about 1 week retention.

  • @sravyasambaturu5805
    @sravyasambaturu5805 2 года назад +1

    Hey GK, Since the Cloud Datastore is been upgraded with firestore. Can we replace it here for the same. Btw great content :)

  • @MrIsotoxin
    @MrIsotoxin 3 года назад +2

    I think you got the final answer wrong. The business case mentions explicitly that they opt for a managed NoSQL environment. Given that Spanner is a MySQL database, I do think the answer should be C. What's your take on this? Got the exam tomorrow, but this is probably the reason why I hate multiple choice questions.

    • @cieronek
      @cieronek 3 года назад

      For me answer C is better then D

  • @JayRedfern1
    @JayRedfern1 3 года назад +1

    Nice video. But you state to use Datastore as the DB, which makes sense for the game state use case, but time-series is specifically mentioned, which should be BigTable. So, I'd say BigTable overrides Datastore in many aspects and should be the main DB of choice?

    • @CloudAdvocate
      @CloudAdvocate  3 года назад +2

      Actually depends on the type of the data and requirement. If in the exam the question is around the huge amount of data with less latency then BigTable makes sense. If you are just looking for NoSQL then Datastore should be sufficient.

    • @cbara568
      @cbara568 3 года назад

      Game state and user profile must be stored in a transactional database (kind of makes sense) and BigTable is not transactional.

  • @shibusebastian3764
    @shibusebastian3764 3 года назад

    Please do a case study with AWS... Would be of much help...

  • @bhilarevishal14
    @bhilarevishal14 3 года назад

    Please try to solve few more questions on case studies available openly

  • @KOBRA1231991
    @KOBRA1231991 4 года назад +2

    One doubt GK - During Problem discussions you said HTTPS LB and during Solution discussion HTTP LB, Could you please elaborate which LB to use. (To increase global footprints)

    • @CloudAdvocate
      @CloudAdvocate  4 года назад +2

      I am sorry for the confusion and good catch its External HTTP(S) LB.

  • @cbara568
    @cbara568 3 года назад

    Why would we put the "late data" into GCS instead of following the standard Pub/Sub -> DataFlow path?

  • @veeraraghavareddy7625
    @veeraraghavareddy7625 2 года назад

    great analysis GK ! Thank u very much.

  • @reshmanair6164
    @reshmanair6164 4 года назад

    For hardened Linux , we should use Shielded VMs

  • @pablohadjinian3668
    @pablohadjinian3668 3 года назад +1

    Great job! Thanks very much for the video!

  • @ankitmathur4u
    @ankitmathur4u 3 года назад

    The sample question used was very simple and generic one, can you pick up some more specific questions which are more difficult

  • @saranshdhyani3164
    @saranshdhyani3164 4 года назад +1

    Please upload TerramEarth case study

  • @MrPriyabrataM
    @MrPriyabrataM 4 года назад +1

    6:38 --> Do you really need a Cloud SQL, it says transactional not transactional + relational. So I think datastore would be only appropriate.

    • @CloudAdvocate
      @CloudAdvocate  4 года назад

      Agreed

    • @MrPriyabrataM
      @MrPriyabrataM 4 года назад

      @@CloudAdvocate Hey GK, I want to say a big thank you as I have become a fan of your videos today. I am new to Google cloud and your sessions are the coolest yet informative.

    • @CloudAdvocate
      @CloudAdvocate  4 года назад

      Thank you...for taking time and giving me the feedback. I appreciate it a lot.

  • @123lightblue
    @123lightblue 4 месяца назад

    Could you update this with updated mountkirk usecase

    • @CloudAdvocate
      @CloudAdvocate  4 месяца назад

      ruclips.net/video/sTWIlsfcUME/видео.html

  • @ovnigaz
    @ovnigaz 4 года назад

    When they say that they want to get rid of mysql is that mean that they need to get rid of sql database ? because cloud spanner is sql . Or they just want to get rid of it because it not scaling well ?
    Additionnally, sql database are not good for transactional processing, it is more for olap, or this rule juste apply for bigquery and bigtable ?
    When we speak about time series data, that mean streaming data ?

    • @CloudAdvocate
      @CloudAdvocate  4 года назад

      Yes for their workload its better to use NoSQL than SQL based database for better scalability.
      Bigquery is good for OLAP.

  • @alokmaheshwari8755
    @alokmaheshwari8755 3 года назад

    new case studies applicable from 1st may. so these case studies are now deprecated - can you make video on new case studies - Helicopter racing, EHR, Mountkirk game and terramearth

    • @CloudAdvocate
      @CloudAdvocate  3 года назад

      Uploading Helicopter racing today :)

  • @shashank2509
    @shashank2509 3 года назад

    will the exam questions be limited to the case studies on google site or it can be new case studies in the exam?

  • @SalvatoreZagarella
    @SalvatoreZagarella 4 года назад

    Hi, thanks for the video. What about TerramEarth? Tks

  • @venkatasanthoshtarugu8539
    @venkatasanthoshtarugu8539 3 года назад

    Hi .. do you provide Azure training?

  • @HenryPan
    @HenryPan 4 года назад

    Cool