Top 3 ways to run your containers on Google Cloud

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

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

  • @angzar
    @angzar Год назад +9

    3 years later and still very relevant! thanks for the awesome (🙂) video Alexis!!

    • @JeffreyD
      @JeffreyD Год назад +3

      Well, except that Container Registry is deprecated in favor of Artifact Registry

  • @imranzunzani3120
    @imranzunzani3120 4 года назад +7

    👍
    Also use the minimal container base image eg. Alpine, to reduce attack surface due to vulnerabilities.

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

      isn'T that what Googles Container OS Image in GCE is for?

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

      @@_baumi_
      Google's Container OS is for the instance on which Kubernetes or Docker runs, while Alpine is for creating the container (image) to run on Kubernetes/Docker.
      Google's Container OS reduces the attack surface for the machine on which you run containers while bases like Alpine reduces the attack surface for the containers themselves.

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

      @@imranzunzani3120 of course you’re right, thanks for clarifying

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

      Terrible recommendation. Alpine comes with busybox, which is a binary that contains a lot of other binaries such as netcat.
      Use distroless containers, aka containers with no binaries.

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

      @@EliteRoxor - You are watching this two years late dude. Distroless weren't as practical back then. And the best recommendation for least vulnerabilities is to go with 'Scratch'.

  • @VladimirMinkin
    @VladimirMinkin 4 года назад +22

    What about AppEngine Flexible Environment?

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

      I was thinking just the same. App Engine Flexible supports deployments of Docker conatiners.

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

      Top 3 they have mentioned.. Its not in their top 3

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

      Thats the same as cloud run I'd say

  • @openlabtec
    @openlabtec Год назад +2

    My notes.
    02:06 Cloud Run.
    04:33 GCR

  • @saisuryanarayanarajusaripe2356

    Hi,
    My question is,
    How can we access the container images deployed in compute engines.How we will check whether container images are running inside compute engine.
    Thanks.

  • @อนุชิตพรหมประสิทธิ์-ห2ฅ

    Thank you. for google cloud platflorm.

  • @KeremPARLAKGUMUS-uc4xb
    @KeremPARLAKGUMUS-uc4xb 3 года назад +1

    Thank you, it was very useful video for me.

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

    Solid video right here.

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

    4:15 - does that include auto OS patches?

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

    Can't you reach it with an App Engine Flexible?

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

    Which solution is the most affordable?

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

      I'd say the most Serverless of them all - Cloud Run, but YMMV

  • @narinseangsri7586
    @narinseangsri7586 Год назад

    THANKS YOU

  • @cognitive-carpenter
    @cognitive-carpenter 7 месяцев назад

    This guy reminds of Chandler Bing when he works in Telsa 😅

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

    How does GKE take backups?

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

    I would like to google cloud run endpoint service proxy (version 2) api gateway (swagger firebase base64 token)

  • @RyanOver
    @RyanOver 4 года назад +4

    You did not mention GAE Flex 🤔

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

      I was thinking the same hmm!

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

      "Top 3" ;-)

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

      They are phasing that one out it seems to me.

  • @loyolaschool
    @loyolaschool Год назад +3

    CloudRun is pretty much USELESS for us. Each job has a MAX 1 hour time limit. Good for toy jobs IMHO. I want to ask WHO in Google Cloud set this MAX time limit?

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

    Thanks a lot.

  • @mihirdutta-DPSi
    @mihirdutta-DPSi Год назад

    3:20 GCE

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

    👍👍👍