Introduction to Google Kubernetes Engine for beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 28

  • @paulifea7072
    @paulifea7072 4 ปีที่แล้ว +1

    Man you are a life saviour, I was just so stressed from work because I have no idea how or where to start learning kubernetes or GKE until I found this video. You just made my day sir

  • @superjzh
    @superjzh 2 ปีที่แล้ว +1

    By far the best GKE tutorial for beginners. Thanks a heap mate!

  • @MarcelDempers
    @MarcelDempers  4 ปีที่แล้ว

    More Kubernetes in the Cloud introductions🤓
    ✅Azure AKS: th-cam.com/video/eyvLwK5C2dw/w-d-xo.html
    ✅AWS EKS: th-cam.com/video/QThadS3Soig/w-d-xo.html
    ✅Linode LKE: th-cam.com/video/VSPUWEtqtnY/w-d-xo.html
    ✅Digital Ocean : th-cam.com/video/PvfBCE-xgBY/w-d-xo.html

  • @yovangrbovich3577
    @yovangrbovich3577 4 ปีที่แล้ว +3

    Best DevOps vids by far! Thanks man!

  • @SanTosh-zg2iv
    @SanTosh-zg2iv 4 ปีที่แล้ว +1

    Hello MD..
    Thank you the vids..Simply 3C
    Clear
    Crisp
    Concise
    I know its little tough to make vid apart from usual work..Keep doing!!!
    I will soon let you know my bucket list!!!
    And at last the background music is so good!!!

  • @bluesdog88
    @bluesdog88 4 ปีที่แล้ว +2

    Great series Marcel thanks!

  • @whooo71
    @whooo71 4 ปีที่แล้ว +1

    here is a list of freetier (free for life) services in cloud - free-for.dev
    "watch" and "pv" utility pretty useful when you starting services (you don't need run again and again command to check status)
    I think we need another video about cloud console and their web cli.
    it would be cool to show how setup simple integration and pipeline deployment with GitLab CI cloud or own hosted (freetier) to GKE, for example PHP stack (wp or magento, MySQL, Nginx, redis or memcache, persistent volumes), with helm or deployment sets, builded in GKE runner. Also cool stuff with cloud functions could be described (sending events, simple node app, etc). If you have a time tell us about deployment production in kubernetes, using Blue-Green deployment to reduce downtime and risk, reducing costs in kubernetes (for example Osiris). CloudRun is awesome resource in GC, it can handle very high loads and you don't need pay for this if your app is stateless. I would like to see videos about GC - firestore (as cdn), memorystore (cloud redis server), cloud run (unlimited compute engine), cloud sql (ha), stackdriver (uptime checks), cloud logging, parsing and alerting, pub\sub functions. Thank you for your videos.

  • @gabrieldjebbar5473
    @gabrieldjebbar5473 4 ปีที่แล้ว +1

    Awesome as usual !

  • @leonardolimaribeiro8282
    @leonardolimaribeiro8282 3 ปีที่แล้ว

    Good job! That was really helpful!

  • @stanislasquastana3268
    @stanislasquastana3268 4 ปีที่แล้ว

    that is another really good video !! thanks

  • @manikantareddy205
    @manikantareddy205 4 ปีที่แล้ว +1

    Construct a project step by step which helps for the beginners. Use real-time scenarios. which helps people like me who are trying to switch into DevOps.Thanks for the Videos. It's really helpful.

  • @Ritm2
    @Ritm2 4 ปีที่แล้ว +1

    Great content! Thanks!

  • @sethuramanramadass6625
    @sethuramanramadass6625 4 ปีที่แล้ว

    Awsum video, no other video in youtube is simple as yours for me... Can you please post a video about container scanning, vulnerability checks? Clair tool?? Anything related to cloud WAF...

    • @MarcelDempers
      @MarcelDempers  4 ปีที่แล้ว

      Thanks! 💪🏽great suggestion!

  • @heysisteronion
    @heysisteronion 2 ปีที่แล้ว

    Thank you

  • @roadexplorer2470
    @roadexplorer2470 4 ปีที่แล้ว

    Great vids Marcel! (Could you add a little more gain to the mic, sometimes I struggle to hear even at 100% but other channels are ok)

    • @MarcelDempers
      @MarcelDempers  4 ปีที่แล้ว +1

      Hey friend, I would like your feedback on a newer recording that has many improvements to audio. This one was recorded before the updates. If you could let me know if the video link here is better for you, that would be good feedback
      th-cam.com/video/zj6r_EEhv6s/w-d-xo.html
      Thanks again 💪🏽🤓

    • @roadexplorer2470
      @roadexplorer2470 4 ปีที่แล้ว

      @@MarcelDempers That one is perfect thanks!

  • @K2ThaYo
    @K2ThaYo 4 ปีที่แล้ว +1

    Great video as always. I'm thinking about moving a private project to the cloud, but it's pretty Ressource heavy, that's why I still running it locally on a daily basis. Let's say I build a k8s on gke and run my workload as a batch job on k8s.
    A) would I only pay for the time the job run? Or would I have to pay for the cluster even if I don't use the resources?
    B) do I have the possibility to create the worker nodes with the size I want? Since my stuff requires much cpu but no ram, I would like something like 32 cores and 4gb ram only.
    Would be great if you know this stuff, since gke docs are lacking on some Information

    • @MarcelDempers
      @MarcelDempers  4 ปีที่แล้ว +1

      Thanks!
      A) GKE has a per hour cost for the control plane. So you pay for a running cluster even if there are 0 nodes attached.
      b) Yes - I cover node pools in the video. You can take a look at C series CPU machines cloud.google.com/compute/docs/machine-types#recommendations_for_machine_types
      You might want to make sure you design the system so you dont pay for that large machine when job is not running. So you'll need some cluster scaling mechanism to bring up a machine before job runs etc... or even consider a different (possibly a serverless) solution for this and not use K8s

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

    It’s further ado. But seriously a great video!

  • @paulifea7072
    @paulifea7072 3 ปีที่แล้ว

    Also, I noticed that "~/.kube/config" is the path to the user cluster's kubeconfig file. After creating the user cluster that was shown in this video, I was trying to connect to one of my user cluster node via SSH and the GCP's documentation mention I needed the admin cluster kubeconfig file. Can I ask what the difference between my admin cluster and user cluster is? Does the admin cluster refer to the nodes where kubectl is installed? And where can I find the path to my admin cluster kube config file? Once again thank you for this series, really appreciate the amount of effort you have put in to make this (:

    • @paulifea7072
      @paulifea7072 3 ปีที่แล้ว

      edit: I found a way to connect to my instance with "gcloud compute ssh --zone ". But I'd still like to ask the difference between the admin cluster and user cluster. Thank you (:

    • @MarcelDempers
      @MarcelDempers  3 ปีที่แล้ว +1

      MY understanding is command "container clusters get-credentials" will give you a kubeconfig with access based on your GKE access. Let's say you created the cluster, you may have higher level privileges when running kubectl commands
      The user will do the same command to get a kubeconfig and its permissions are scoped based on their gcloud account permissions. To give users more access, you simply use RBAC in kubernetes to extend their access.
      See cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl

    • @paulifea7072
      @paulifea7072 3 ปีที่แล้ว

      @@MarcelDempers hmm I see. Thanks! I'm reading the link you provided now

  • @DostoKhann
    @DostoKhann 3 ปีที่แล้ว

    you are cool

  • @LindsayIna-r2t
    @LindsayIna-r2t 4 หลายเดือนก่อน

    Miller Paul Perez Eric Clark Michelle

  • @LindsayIna-r2t
    @LindsayIna-r2t 4 หลายเดือนก่อน

    Harris Kevin Smith Cynthia Taylor Elizabeth