Deploying to Google Kubernetes Engine with GitHub Actions

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

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

  • @yinmudino1
    @yinmudino1 24 วันที่ผ่านมา +1

    After this video, do we need to turn off the kurbernetes cluster to avoid incurring costs or can we just leave it as it is?

    • @nodematic
      @nodematic  24 วันที่ผ่านมา +1

      Delete all Kubernetes resources, the cluster itself, and the Docker repository to avoid those ongoing costs (or just delete the GCP project).

  • @user-ie8po8uo7n
    @user-ie8po8uo7n 10 หลายเดือนก่อน +1

    superb tutorial, make my job done flawlessly

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

    Thank you very much for the lessons!

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

    This is fantastic, thank you so much for putting this together. The only issue im having is that the pod does not seem to get replaced with the latest code, If i delete the pod kubernetes spins up a new one with the latest code. Is there anything im maybe doing wrong? Thanks again!

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

    Hi Ad,
    Can you share microservices ( FE : nextjs,nodejs,dijango ,BE: nodejs,.. and database: posgre,mssql,mariadb,mongodb,python API ) deploying to Google Kubernetes Engine with GitHub Actions ?

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

      Thanks for the idea. We do have Next.js covered here th-cam.com/video/2bjMRBLPs5g/w-d-xo.html, but will try and expand the GitHub Actions + GKE catalog.

  • @user-cb2gr2tf1t
    @user-cb2gr2tf1t ปีที่แล้ว

    I have a python application that automate to login and send a message to facebook and I am just looking for a server to run this application, it is possible to deploy it in GCE? and integrate a github action? so that i can easily modify my application anytime.

    • @nodematic
      @nodematic  ปีที่แล้ว

      Yes, that is possible. You'll typically need to use SSH in the GitHub Actions workflow for setting up and running the application on GCE. Also, infrastructure-as-code frameworks like Ansible or Terraform could be helpful. What frameworks/libraries are you using in the Python application? Maybe I can integrate the idea into a video.

    • @user-cb2gr2tf1t
      @user-cb2gr2tf1t ปีที่แล้ว

      Hi @@nodematic I am using Selenium.

    • @nodematic
      @nodematic  ปีที่แล้ว

      Here's a video that may help you get started. th-cam.com/video/2H3rW3Vpb8s/w-d-xo.html

  • @tonmoy7203
    @tonmoy7203 ปีที่แล้ว

    ❤Can you please do for next js Application Auto deployment ? in GKE

    • @nodematic
      @nodematic  ปีที่แล้ว

      Sure - th-cam.com/video/2bjMRBLPs5g/w-d-xo.html. Thanks for the suggestion.

    • @tonmoy7203
      @tonmoy7203 ปีที่แล้ว

      @@nodematic Thankyou

    • @tonmoy7203
      @tonmoy7203 ปีที่แล้ว

      I need a discuss with you . What is the way to communicate with you?

    • @nodematic
      @nodematic  ปีที่แล้ว

      Please email us at community@nodematic.com

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

    its not usable pipeline, who keeps GKE open public endpoint open to all! and the Github actions could reach it only because it was open to all, in real world environment no one does keep GKE public