headintheclouds
headintheclouds
  • 20
  • 36 244
Deploy a Dockerized Python App on AWS Elastic Beanstalk via CodePipeline
In this video we will show you how to deploy a Python Flask app to AWS Elastic Beanstalk using AWS CodePipeline for a seamless CI/CD process.
⏰ Timestamp:
00:00 - Intro
00:36 - Why Use AWS Elastic Beanstalk?
01:36 - What is AWS Elastic Beanstalk?
03:01 - Prerequisites
03:27 - DEMO: Create a new repo on GitHub
10:59 - DEMO: Deploying Flask App to AWS Elastic Beanstalk
18:28 - DEMO: Automating Deployment with AWS CodePipeline
21:38 - DEMO: Automate the process using AWS CodePipeline for CI/CD
🔗 Headintheclouds - Docker Playlist:
th-cam.com/video/8s0U6-r_ZAg/w-d-xo.html
🌐 Stay Connected:
Discord Community: discord.gg/qNTrsacBp8
Medium: medium.com/@headinthecloudsonline
Instagram: headintheclouds.online
🎶 Downtown Walk by | e s c p | www.escp.space
escp-music.bandcamp.com
มุมมอง: 242

วีดีโอ

Deploy NodeJS to AWS ECS using Fargate
มุมมอง 2.6K2 หลายเดือนก่อน
Comprehensive tutorial on deploying Docker Images to AWS Elastic Container Service (ECS) using Elastic Container Registry (ECR). We will guide you through each step, from setting up your environment to successfully deploying your application on ECS using Fargate. ⏰ Timestamp: 00:00 - Intro 00:42 - What ECR, ECS and Fargate are? 02:02 - DEMO: Create a Demo App 07:54 - Prerequisites 09:54 - DEMO:...
DOCKER | Build and Push Docker Images to AWS ECR with GitHub Actions
มุมมอง 8K3 หลายเดือนก่อน
In this video, we will guide you through the process of building and pushing Docker images to AWS ECR step by step. ⏰ Timestamp: 00:00 - Intro 01:04 - Prerequisites 01:40 - DEMO: Fork our GitHub Repository 05:46 - DEMO: Create an ECR Repository 07:02 - DEMO: View the index.js 09:39 - DEMO: Review the Dockerfile 14:01 - DEMO: Understand our GitHub Actions Workflow 18:03 - DEMO: Configure AWS Cre...
DOCKER | Build and Push Docker Images to Docker Hub with GitHub Actions
มุมมอง 2.4K3 หลายเดือนก่อน
In this video, we will guide you through the process of building and pushing Docker images to Docker Hub using two different methods. First, we'll show you how to do it manually using the Command Line Interface (CLI). Then, we'll demonstrate how to automate the process with a GitHub Actions Workflow. ⏰ Timestamp: 00:00 - Intro 00:52 - Prerequisites 01:40 - DEMO 1: Build the Docker Image manuall...
DOCKER NETWORKING | All Types Explained with Real Examples!
มุมมอง 1.2K4 หลายเดือนก่อน
In this video we discuss the topic of Docker Networks, which plays a crucial role in connecting Docker containers and enabling communication between them and the outside world. ⏰ Timestamp: 00:00 - Intro 00:35 - Docker Networks 01:09 - Docker Networks Drivers 02:11 - Bridge Network 03:15 - Bridge Network: DEMO 10:15 - Bridge Network: REAL WORLD USE CASE 11:43 - Host Network 12:47 - Host Network...
DOCKER | Image Size & Container Security
มุมมอง 4664 หลายเดือนก่อน
In this video, we'll be exploring the best practices for Docker image size and container security. Docker has transformed the way we deploy applications, but to ensure optimal performance and protection against vulnerabilities, it's essential to implement efficient image management and robust security practices! ⏰ Timestamp: 00:00 - Intro 00:36 - 1. DOCKER IMAGE SIZE & SECURITY 00:40 - 1.1. Off...
DOCKER COMPOSE | Build a CRUD Flask API with PostgreSQL
มุมมอง 3.4K5 หลายเดือนก่อน
In this video, we will be delving into the topic of Docker Compose, more specifically, we will be focusing on the use of variables in Docker Compose, which allows us to simplify the configuration of our containerised applications. Additionally, we will demonstrate how to build a CRUD Flask API with PostgreSQL, showcasing the practical application of Docker Compose in a hands-on project! 🚀 ⏰ Tim...
DOCKER COMPOSE | Complete Guide with Hands-On Examples
มุมมอง 10K5 หลายเดือนก่อน
In this video we explore the exciting world of Docker Compose 🐳 A powerful tool that allows you to define and run multi-container Docker applications. If you're new to Docker Compose, don't worry, we'll guide you through every step of the way and help you get started in no time! ⏰ Timestamp: 00:00 - Intro 00:41 - Prerequisites 02:15 - What is Docker Compose? 02:29 - Monolithic Architecture 03:1...
CONTAINER REGISTRIES | Alternatives, Best Practices, and Implementation.
มุมมอง 4836 หลายเดือนก่อน
In this video we discuss about container registries, an important aspect of modern software development. By the end of the video, you'll understand what container registries are, how they work, and why they're crucial for successful containerisation 🚀 💻 ⏰ Timestamp: 00:00 - Intro 00:37 - What is a Container Registry? 01:16 - Docker Hub 01:42 - Docker Hub KEY FEATURES 01:54 - Docker Hub KEY FEAT...
DOCKER | Third-Party Images with Examples
มุมมอง 3207 หลายเดือนก่อน
In this video we're diving deep into the realm of Docker third-party images. We'll explain what these images are, why they're important, and showcase real-world examples through demos. Join us as we unravel the significance and practical applications of third-party Docker images 🚀 ⏰ Timestamp: 00:00 - Intro 00:30 - PART 1: Finding Third-Party Images 01:06 - Example 1: NGINX 02:38 - Example 2: N...
DOCKER Data Persistence | Volumes, Bind and tmpfs Mounts
มุมมอง 8197 หลายเดือนก่อน
In this video we'll be focusing on data persistence, which is crucial for ensuring that your data remains safe and accessible throughout the lifecycle of your containers. ⏰ Timestamp: 00:00 - Intro 00:48 - Data Persistence in Docker 02:21 - How can we overcome these challenges? 04:40 - Method 1: Docker Volumes 06:11 - Method 1 DEMO: Data loss without using a Docker Volume 14:18 - Method 1 DEMO:...
DOCKER COMMANDS | Tutorial for Beginners
มุมมอง 1.2K7 หลายเดือนก่อน
In this video we are going to deep dive into Docker commands that will boost your container efficiency! A perfect tutorial for beginners, with real-world examples 🚀 ⏰ Timestamp: 00:00 - Intro 00:27 - 1.1 PULL AND RUN DOCKER CONTAINERS | Pull Image 00:36 - Docker pull 03:34 - 1.2 PULL AND RUN DOCKER CONTAINERS | List Images 04:24 - Docker images 04:46 - 1.3 PULL AND RUN DOCKER CONTAINERS | Run I...
DOCKER ESSENTIALS | Dockerfile, Docker Images & Docker Containers
มุมมอง 1.3K8 หลายเดือนก่อน
Discover the heart of Docker with our beginner-friendly guide! Join us as we unpack Dockerfiles, demystify Docker images, and explore the world of Docker containers. Perfect for newcomers and those seeking to level up their skills! 🚀 ⏰ Timestamp: 00:00 - Intro 00:45 - Fundamentals 01:32 - Dockerfile 02:15 - A Snippet of a Dockerfile 04:55 - Docker Images 05:45 - Docker Images as Artifacts 10:28...
Inside DOCKER | Exploring Namespaces, cgroups, and more!
มุมมอง 1.5K8 หลายเดือนก่อน
In this video we will be delving into Docker's core, exploring its engine and the technologies that enable it. ⏰ Timestamp: 00:00 - Intro 00:33 - What is Docker Engine? 00:49 - Docker Engine Components 02:25 - Docker Namespaces 03:54 - Docker and PID Namespaces 05:32 - PID Namespaces DEMO 08:33 - Cgroups 09:46 - Docker Commands 15:02 - Union Filesystems 15:28 - Union Filesystems DEMO 20:04 - Cl...
HOW TO INSTALL DOCKER | Step-by-Step
มุมมอง 6499 หลายเดือนก่อน
In this tutorial, we'll guide you through the process of installing Docker, focusing primarily on Mac while also covering brief installation steps on Windows and Linux systems. ⏰ Timestamp: 00:00 - Intro 00:38 - Docker Editions 01:25 - What's Included 01:39 - Docker Desktop Features 02:34 - Installing Docker 03:58 - Docker for MAC (Part 1) 06:22 - Docker for WINDOWS / LINUX 07:17 - Docker for M...
DOCKER MADE EASY - Tutorial for Beginners | Part 1
มุมมอง 1.4K9 หลายเดือนก่อน
DOCKER MADE EASY - Tutorial for Beginners | Part 1
MINIKUBE - Your Guide to Local Kubernetes Setup
มุมมอง 3609 หลายเดือนก่อน
MINIKUBE - Your Guide to Local Kubernetes Setup
Create a Todo List using HTML, CSS and JavaScript
มุมมอง 11310 หลายเดือนก่อน
Create a Todo List using HTML, CSS and JavaScript
Minimal Login Form using HTML, CSS and JavaScript
มุมมอง 17410 หลายเดือนก่อน
Minimal Login Form using HTML, CSS and JavaScript
Build a Calculator App using HTML, CSS and JavaScript in 2023
มุมมอง 18810 หลายเดือนก่อน
Build a Calculator App using HTML, CSS and JavaScript in 2023

ความคิดเห็น

  • @dipakbhise4779
    @dipakbhise4779 20 วันที่ผ่านมา

    Also i want to learn more about how to configure fargate load balancer, auto scaling and how to connect this with route 53 for custom domain

  • @bhagwatibashyal5564
    @bhagwatibashyal5564 29 วันที่ผ่านมา

    superb explanation!!!

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

    Good work! Also, thanks for no background music.

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

    Thanks

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

    Thank you for the video. I am wondering if you also offer consultancy services and if so, how to contact you? I am facing a very similar problem and can't get my head around it.

    • @headintheclouds.online
      @headintheclouds.online 29 วันที่ผ่านมา

      Thanks for watching! Feel free to join our Discord channel where you can ask questions and connect with others. I am also active there and happy to help where I can!

  • @visnjavracaric7555
    @visnjavracaric7555 2 หลายเดือนก่อน

    Thank you for great step by step explanations!!Love your channel and topics!Saved me so much time and it’s actually useful

  • @rickbeniers667
    @rickbeniers667 2 หลายเดือนก่อน

    thanks! it worked! now just need to figure out what I can do with the image as now stored on dockerhub

    • @headintheclouds.online
      @headintheclouds.online 2 หลายเดือนก่อน

      Thank you for your comment! There are lots of things you can do with your Docker image, like deploying your app to different environments, integrating it into your CI/CD pipeline, running it locally for testing, sharing it with teammates, or scaling it using Kubernetes. By the way, we also have a video on pushing a Node.js Docker image to AWS ECR and then deploying it to AWS ECS using Fargate. Check it out for more ideas and use cases! ☺️

  • @felipe_ai
    @felipe_ai 2 หลายเดือนก่อน

    Great video, I love this channel :)

  • @lifecouchwithmunja1050
    @lifecouchwithmunja1050 2 หลายเดือนก่อน

    Thank you so much🎉 this video is so much helpful👏🏻

  • @lifecouchwithmunja1050
    @lifecouchwithmunja1050 3 หลายเดือนก่อน

    Amazing video thank you👏🏻👏🏻👏🏻

  • @muhammadnajamulislam2823
    @muhammadnajamulislam2823 3 หลายเดือนก่อน

    very nice and clear

  • @DevOpsMolvi
    @DevOpsMolvi 3 หลายเดือนก่อน

    Awesome job 😊

  • @nguyen_tim
    @nguyen_tim 3 หลายเดือนก่อน

    I’m so glad I was recommended your content. Keep up the fantastic work! Your channel will grow fast soon.

    • @headintheclouds.online
      @headintheclouds.online 3 หลายเดือนก่อน

      Your kind words made our day! Thank you ☺️🙏🏻

  • @sujitkumarjha9066
    @sujitkumarjha9066 3 หลายเดือนก่อน

    How to manage key and password securely that applications using from env files?

    • @headintheclouds.online
      @headintheclouds.online 3 หลายเดือนก่อน

      Great question! To manage keys and passwords securely in environment files with Docker Compose, use environment variables and ensure your `.env` file is not committed to version control. For enhanced security, you could utilise Docker secrets, which are specifically designed for sensitive data. If you must use a `.env` file, restrict its permissions and consider encrypting it with tools like `git-crypt`. Additionally, secret management tools such as HashiCorp Vault or AWS Secrets Manager can help manage and inject secrets securely into your containers. Hope this helps 🤗

  • @sujitkumarjha9066
    @sujitkumarjha9066 3 หลายเดือนก่อน

    Awesome. Prety clear and easy to understand.

  • @wilsonvaboum1338
    @wilsonvaboum1338 4 หลายเดือนก่อน

    This is wanterful content, great explanations, thank you for the efforts and explanations with all details

  • @lifecouchwithmunja1050
    @lifecouchwithmunja1050 4 หลายเดือนก่อน

    👏🏻👏🏻👏🏻

  • @xsdash
    @xsdash 4 หลายเดือนก่อน

    I like the videos. Your channel deserves more views. Wish you the best.

  • @universal4334
    @universal4334 4 หลายเดือนก่อน

    Thanks a lot for DOCKER!!. Also, please provide tutorials on ECS as well with fargate.

    • @headintheclouds.online
      @headintheclouds.online 4 หลายเดือนก่อน

      Thanks a ton! 🐳 New tutorials are brewing… Stay with us🎙️

  • @MadanNeelapu
    @MadanNeelapu 4 หลายเดือนก่อน

    Q. So what's the difference between "Host" volumes and Bind Mount ? Thank you for sharing your knowledge. It is helping me a lot. Especially the practical examples and use cases.

    • @headintheclouds.online
      @headintheclouds.online 4 หลายเดือนก่อน

      That’s a great question, thanks for your comment! 🙌🏻 Host volumes are managed by Docker and stored in a dedicated location on the host such as ‘/var/lib/docker/volumes/’. They’re easier to use and more portable since Docker handles their creation and management. Bind mount volumes on the other hand directly map a specific host directory to a directory in the container. This gives more control and flexibility, which is useful for development or when you need direct access to the files on the host. In a nutshell: host volumes are best for general persistence, while bind mounts are ideal for situations like having a specific host paths. You are very welcome! We’re here to grow together 🌱☺️

    • @richthekid7522
      @richthekid7522 2 หลายเดือนก่อน

      Thanks so much for the docker series, learnt alot!. I hope you can also touch on other tools in the future 😊

    • @headintheclouds.online
      @headintheclouds.online 2 หลายเดือนก่อน

      You are very welcome! Really pleased to hear that 🤗 We’re currently working on Kubernetes series so stay tuned for more! 🚀

  • @aluissp
    @aluissp 4 หลายเดือนก่อน

    I really love this tutorial, thanks a lot!!

  • @marvisalimhiantare453
    @marvisalimhiantare453 4 หลายเดือนก่อน

    Thank you for sharing this amazing and insightful lessons on docker.

  • @frustratedalien666
    @frustratedalien666 4 หลายเดือนก่อน

    Your videos are clear and have in-depth info. I am surprised that this video has been up for two days and only got 151 views. I know you've put a lot of effort into filming and editing this content, so thank you

    • @headintheclouds.online
      @headintheclouds.online 4 หลายเดือนก่อน

      Thank you so much for your kind words and for taking the time to watch our video! 🙌🏻 We're committed to creating high-quality content, and it's encouraging to know that our efforts are making a positive impact. We're constantly working on reaching a wider audience, and every view and comment from dedicated people like you helps us grow. 🚀

  • @zyandeepbaruah1624
    @zyandeepbaruah1624 4 หลายเดือนก่อน

    Can't thank you enough 🙏🏼☺️

    • @headintheclouds.online
      @headintheclouds.online 4 หลายเดือนก่อน

      Thank you for the great suggestion! Keep the good ideas coming 💡🚀

  • @xsdash
    @xsdash 4 หลายเดือนก่อน

    vscode theme name ?

    • @headintheclouds.online
      @headintheclouds.online 4 หลายเดือนก่อน

      It's an extension called "Cyberpunk 2077 theme" by Endormi 😊

  • @ritesh68843
    @ritesh68843 4 หลายเดือนก่อน

    Next Kubernetes❤❤❤

  • @HarshvardhanSingh-xc8qy
    @HarshvardhanSingh-xc8qy 4 หลายเดือนก่อน

    very helpful video

  • @lifecouchwithmunja1050
    @lifecouchwithmunja1050 4 หลายเดือนก่อน

    Awesome video thanks👏🏻👏🏻

  • @theintjengineer
    @theintjengineer 4 หลายเดือนก่อน

    The best❤😊

  • @continental_drift
    @continental_drift 4 หลายเดือนก่อน

    It looks like the best place to store things like connection strings for external databases and configuration is in a "Bind Mount", is that correct?

    • @headintheclouds.online
      @headintheclouds.online 4 หลายเดือนก่อน

      Thanks for your message! ☺️ Using a bind mount might seem convenient, however it's not the most secure option out there. Instead, consider leveraging Docker secrets or env variables to keep your data safe and sound 🔐

  • @francoislepron2301
    @francoislepron2301 4 หลายเดือนก่อน

    The step by step explanations make your video easy to understand. This is a real pleasure to listen to your videos because they are perfectly organised and helpful. This would be great if you could make tutorials on Torizon and docker. Torizon is a Yocto Project Linux distribution targeting embedded development IoT where size, security, and efficiency are critical.

    • @headintheclouds.online
      @headintheclouds.online 4 หลายเดือนก่อน

      Thanks for the awesome feedback! Your suggestion sounds fantastic - We’ll definitely add it to our list of future topics. Keep an eye out for more exciting content, and feel free to drop any more suggestions you may have! 🚀

  • @tonym5857
    @tonym5857 4 หลายเดือนก่อน

    Great video 👏👏👏👏👏👏👏👌👌👌

  • @zyandeepbaruah1624
    @zyandeepbaruah1624 5 หลายเดือนก่อน

    Always looking forward to your content.. Thanks 😃

    • @headintheclouds.online
      @headintheclouds.online 5 หลายเดือนก่อน

      Thank you 🙏🏻 More coming out soon! 🤗

    • @zyandeepbaruah1624
      @zyandeepbaruah1624 5 หลายเดือนก่อน

      Excited for the next video, actually 😃😃

  • @theintjengineer
    @theintjengineer 5 หลายเดือนก่อน

    BTW: your voice is so soothing ❤

  • @theintjengineer
    @theintjengineer 5 หลายเดือนก่อน

    Another amazing video 🎉

  • @roco9393
    @roco9393 5 หลายเดือนก่อน

    Thanks a lot, good tutorial, easy.....

  • @zenekgowna5984
    @zenekgowna5984 5 หลายเดือนก่อน

    Keep going its very helpful !

  • @ritesh68843
    @ritesh68843 5 หลายเดือนก่อน

    Next Kubernetes❤❤❤

  • @alexdin1565
    @alexdin1565 5 หลายเดือนก่อน

    thanks for sharing with us this tutorials, btw: you can use virtual environment so you will freeze only libraries that you need

  • @alexdin1565
    @alexdin1565 5 หลายเดือนก่อน

    thanks for sharing this amazing content

  • @lifecouchwithmunja1050
    @lifecouchwithmunja1050 5 หลายเดือนก่อน

    Appreciate the videos! They're clear, practical, and perfect for hands-on learning.

  • @theintjengineer
    @theintjengineer 5 หลายเดือนก่อน

    I'm loving these. Thank YOU so much, HitC❤

    • @headintheclouds.online
      @headintheclouds.online 5 หลายเดือนก่อน

      Your devotion to our content means the world to us - Thank you! 🤗🌍

  • @aryelramos2260
    @aryelramos2260 5 หลายเดือนก่อน

    Great job! thanks for this. 🇧🇷

  • @theintjengineer
    @theintjengineer 5 หลายเดือนก่อน

    Thank YOU <3

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

    Thanks again 😊

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

    another practical lesson completed, thank you for sharing your knowledge 🤗

    • @headintheclouds.online
      @headintheclouds.online 6 หลายเดือนก่อน

      Well done you! 👏🏻 And thank you for taking the time to learn with us! 🚀

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

    Thank you for this amazing series 💖. Could you please create a tutorial on Docker networking too? And also on docker compose.

    • @headintheclouds.online
      @headintheclouds.online 6 หลายเดือนก่อน

      Thank you for the grand words! 🤗 Docker Compose will be out very soon, so stay tuned! Docker Networking is on our list 😉

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

      Couldn't be more greatful 🙏🏼

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

    Beautifully explained. Thanks

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

    Excellent explanation, thank you !

    • @headintheclouds.online
      @headintheclouds.online 6 หลายเดือนก่อน

      Thank you so much for your feedback! You are very welcome! :)

  • @hiamitchaurasia
    @hiamitchaurasia 8 หลายเดือนก่อน

    Video is good ✌. Please make a video on docker networking internals and how it is different/relates from/to the physical or the virtual server networking.

    • @headintheclouds.online
      @headintheclouds.online 8 หลายเดือนก่อน

      Thank you for your words and great suggestion!! We're excited to explore Docker networking internals in an upcoming video - Stay tuned!! 🤗🚀