DevOps Guru
DevOps Guru
  • Видео 2
  • Просмотров 1 095
Docker container with terraform | Ultimate Guide to Create Docker Image and Container with Terraform
🌟Welcome to our comprehensive guide on creating Docker images and containers using Terraform! 🌟
In this tutorial, we'll walk you through the entire process from start to finish, empowering you to streamline your deployment strategy like never before.
🔧 What You'll Learn:
🚀 Setting up Docker images with Terraform configurations
🚀 Deploying Docker containers efficiently using Terraform
🚀 Demo Lab with sample application
🛠️ Tools Needed for Demos: [📌 Installation Instructions]
* Docker desktop [ docs.docker.com/desktop/install/mac-install/ ]
* Visual studio code [ code.visualstudio.com/Download ]
📝 Source Code- GitHub
github.com/LataPokhrelBidary/web_page_HTML5_CSS3_JS?tab=readme-ov-file
🔍Detailed ins...
Просмотров: 58

Видео

🔥🚀Terraform Zero to Hero Series! Master Infrastructure as Code with Real-World Demos! 🔥🚀
Просмотров 1 тыс.2 месяца назад
🌟 Welcome to Terraform Zero to Hero Series! 🌟 🚀 Master Infrastructure as Code with Real-World Demos! 🚀 🔍 About This Series: Looking to master Infrastructure as Code (IaC) with Terraform? Look no further! Our Terraform Zero to Hero series is your ultimate guide, packed with theoretical insights and hands-on demos to elevate your skills. Whether you're preparing for interviews or diving into clou...

Комментарии

  • @followme13579
    @followme13579 2 месяца назад

    @DevOpsGuru100 great content. How to do same lab for ec2 instance?

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

      Thank you KB. you need to provide provider block details as below. provider "docker" { host = "ssh://user@remote-host:22" ssh_opts = ["-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null"] }

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

      @@DevOpsGuru100 thank you.

  • @vimal8299
    @vimal8299 2 месяца назад

    Amazing way of teaching. Really good work!

    • @DevOpsGuru100
      @DevOpsGuru100 2 месяца назад

      Thank you for your feedback, Vimal !!!😊

    • @vimal8299
      @vimal8299 2 месяца назад

      @@DevOpsGuru100 Please prepare such videos for other areas as well. Like Helm, k8s , Azure DevOps etc.

    • @DevOpsGuru100
      @DevOpsGuru100 2 месяца назад

      @@vimal8299working on it. Please stay tuned

  • @haribidari5790
    @haribidari5790 2 месяца назад

    Great video...please upload more

    • @DevOpsGuru100
      @DevOpsGuru100 2 месяца назад

      Thank you. Stay tuned for more updates😊

  • @haribidari497
    @haribidari497 2 месяца назад

    Great content and a commendable effort in explaining everything so simply. Looking forward to more videos in the future..

    • @DevOpsGuru100
      @DevOpsGuru100 2 месяца назад

      Thank you. Working on more contents........

  • @beautytayuuu367
    @beautytayuuu367 2 месяца назад

    Great effort to put together terraform chapters.

  • @Itpro123
    @Itpro123 2 месяца назад

    Nice, covers all terraform chapters. I have one question: why terraform plan fail when i try to create resources?

    • @DevOpsGuru100
      @DevOpsGuru100 2 месяца назад

      Thank you, IT pro., When you do terraform plan, please make sure you have authentication information either through cli or other authentication methods. For AWS, open terminal/cmd, and type aws configure. for Azure, open terminal/cmd, and type az login. then you provide your credentials. for details, please follow time stamp: 13:03 Authentication-AWS and 49:26 Authentication-Azure

    • @Itpro123
      @Itpro123 2 месяца назад

      Thank GURU. I forgot to include authentication information. Great, it works now.❤

    • @DevOpsGuru100
      @DevOpsGuru100 2 месяца назад

      @@Itpro123 great. happy learning happy coding

  • @L_Pokhrel
    @L_Pokhrel 2 месяца назад

    Great content for proof of concept for terraform. Thank you GURU. Could you please upload more videos……

    • @DevOpsGuru100
      @DevOpsGuru100 2 месяца назад

      Thank you for your feedback. Working on more videos. stay tuned...............

  • @basheedahmed1662
    @basheedahmed1662 2 месяца назад

    Excellent video with in depth and real world scenarios.

  • @followme13579
    @followme13579 2 месяца назад

    Excellent content with theoretical explanation and hands on demo. Keep up the good work GURU

    • @DevOpsGuru100
      @DevOpsGuru100 2 месяца назад

      Thank you for your feedback, KB