Course Q&A: DevOps and Docker Live Show (Ep 151)

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ค. 2024
  • 100% Live Q&A this week with you! Focused on Udemy course content and all things Kubernetes and Docker related.
    Support this show on Patreon! It's the #1 way to support this show, my podcast, and open source / bretfisher
    Join the discussion on our Discord chat server devops.fan
    Topics
    =========
    Multi-Stage Example: github.com/BretFisher/dockerc...
    Digital Ocean K8s Challange: www.digitalocean.com/communit...
    DCA Cert: training.mirantis.com/dca-cer...
    DevOps Roadmap: github.com/BretFisher/ama/dis...
    AWS DevOps Cert: aws.amazon.com/certification/...
    Bret Fisher
    =========
    Best coupons for my Docker and Kubernetes courses at www.bretfisher.com/courses
    Listen to my podcast of this show's past episodes at www.bretfisher.com/podcast
    #kubernetes #devops #docker
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Hi, marry Christmas.
    What is the best deployment procedures to deploy single container available in github registry to a private server.?
    Loved the coffe mug.

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

      It depends on if that server is running Docker, Swarm, or Kubernetes. I would likely do K8s + ArgoCD to watch for updated image tags and auto deploy. Swarm can do this too with Portainer.

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

      @@BretFisher what if the server is running Docker only, and the apps are ruuning as single containers.