The Journey of DevOps
The Journey of DevOps
  • 152
  • 163 854
How to Resolve Kubernetes Pod CrashLoopBackOff Issues? | #kubernetes #devops #troubleshooting
Are you struggling with Kubernetes pods stuck in a CrashLoopBackOff state? In this video, we’ll guide you through understanding, diagnosing, and resolving this common issue in Kubernetes deployments.
🔍 What you'll learn:
What "CrashLoopBackOff" means and why it happens.
Common causes, including misconfigurations, resource limits, and container startup failures.
Step-by-step troubleshooting techniques to identify and fix the root cause.
🎯 This video is perfect for DevOps engineers, Kubernetes beginners, and cloud practitioners looking to enhance their troubleshooting skills.
💬 Questions or feedback? Drop a comment below, and let’s discuss! Don’t forget to like, share, and subscribe for more Kubernetes and DevOps tutorials.
#Kubernetes #CrashLoopBackOff #DevOps #Troubleshooting #CloudComputing
มุมมอง: 62

วีดีโอ

How to Resolve Docker Image Pull Backoff Issues ? | #kubernetes #docker #troubleshooting #devops
มุมมอง 592 ชั่วโมงที่ผ่านมา
Are you facing the dreaded "Docker Image Pull Backoff" error? In this video, we dive deep into what this issue means, why it happens, and-most importantly-how to resolve it! 🔍 What you'll learn: The meaning of "Image Pull Backoff" in Docker. Common causes, including network issues, authentication problems, and incorrect image references. Step-by-step troubleshooting tips to fix the issue. Best ...
Top 4 CICD Interview Questions & Answers to Land Your Dream Job (2025) | #devopsinterviewquestions
มุมมอง 2159 ชั่วโมงที่ผ่านมา
Top 4 CICD Interview Questions & Answers to Land Your Dream Job (2025) Looking to ace your next CICD or DevOps interview? 🚀 In this video, I’ll walk you through the Top 4 most frequently asked CICD interview questions and their detailed answers. These questions are designed to help you understand the core concepts of Continuous Integration and Continuous Deployment, giving you the edge you need...
Day-6 | Docker CMD vs ENTRYPOINT: What's the Difference?
มุมมอง 7812 ชั่วโมงที่ผ่านมา
Docker CMD vs ENTRYPOINT: What's the Difference? Confused about the difference between CMD and ENTRYPOINT in Docker? 🤔 You're not alone! In this video, we dive deep into the functionality and use cases of these two essential Dockerfile instructions. 📌 What You'll Learn: The purpose of CMD and ENTRYPOINT Key differences between the two When to use CMD vs ENTRYPOINT Practical examples to clarify ...
Day-5 | Quick Guide to Basic Docker Commands for Beginners
มุมมอง 9514 ชั่วโมงที่ผ่านมา
🚀 Quick Guide to Basic Docker Commands for Beginners 🐳 Are you new to Docker? This video is your go-to guide for understanding and using the essential Docker commands! Whether you're just getting started with containerization or brushing up your skills, this beginner-friendly tutorial will cover everything you need to know to confidently navigate Docker. 📌 In this video, we’ll cover: How to ins...
Day-4 | what is Docker Init Command?
มุมมอง 10319 ชั่วโมงที่ผ่านมา
In this video, we dive into the Docker Init Command, a game-changing feature introduced in Docker CLI to simplify the process of setting up containerized projects. 🔹 What You'll Learn: What is the docker init command? How it streamlines the creation of Dockerfile, docker-compose.yml, and other essential files. Hands-on demo: Generating Docker configurations for your application in seconds. Why ...
Day-3 | Docker Networking Explained! 🔥 | Simple Guide for Beginners
มุมมอง 12821 ชั่วโมงที่ผ่านมา
In this beginner-friendly tutorial, we demystify Docker networking, breaking down complex concepts into simple, digestible information. What You'll Learn: Introduction to Docker Networking: Understand the fundamentals and importance of networking within Docker environments. Default Bridge Network: Learn how Docker's default bridge network operates and how containers communicate within it. Custo...
Day-2 | Docker Fundamentals: A Beginner's Guide to Containerization
มุมมอง 139วันที่ผ่านมา
Are you new to Docker and want to understand the basics of containerization? This video is your ultimate beginner's guide to getting started with Docker! 🚀 In this tutorial, we’ll cover: ✅ What Docker is and why it’s so popular. ✅ Key concepts like containers, images, and Dockerfiles. Whether you're a developer, DevOps engineer, or just curious about how Docker works, this video will help you g...
Day-1 | What is Docker? How Does It Work? A Beginner's Guide
มุมมอง 194วันที่ผ่านมา
🎥 What is Docker? How Does It Work? 🚢 Are you curious about Docker and why it's revolutionizing the world of software development and deployment? In this video, we’ll break down: ✅ What Docker is - A platform that simplifies building, sharing, and running applications using containers. ✅ How Docker works - Explore the core concepts of images, containers, and Docker Engine. ✅ Why Docker is so po...
Azure DevOps CI/CD Pipeline for AKS Blue-Green Strategy
มุมมอง 94414 วันที่ผ่านมา
🚀 Master Azure DevOps CI/CD Pipeline for AKS Blue-Green Deployment Strategy 🚀 In this video, we take you through a step-by-step guide to implementing a Blue-Green Deployment strategy using Azure DevOps and Azure Kubernetes Service (AKS). Learn how to achieve zero-downtime deployments and ensure a smooth, seamless transition for your Kubernetes applications. 🔍 What You'll Learn: Basics of Blue-G...
What Is Ingress Controller? How to Configure Nginx Ingress Controller in AKS?
มุมมอง 33221 วันที่ผ่านมา
GitHub Link - github.com/shubhamagrawal17/Tutorial/blob/main/AKS-NGINX.7z 🌐 What Is Ingress Controller? How to Configure Nginx Ingress Controller in AKS! In this video, we dive into the world of Kubernetes Ingress Controllers and show you how to configure the Nginx Ingress Controller in Azure Kubernetes Service (AKS). 🚀 🔍 What You'll Learn: ✅ What is an Ingress Controller and why it’s essential...
Mastering CICD for Azure App Service: Deployment Slots & Custom Domains Explained!
มุมมอง 524หลายเดือนก่อน
🚀 Mastering CICD for Azure App Service: Deployment Slots & Custom Domains Explained! 🚀 In this video, we dive deep into setting up a robust CICD pipeline for Azure App Service. Learn how to: Utilize deployment slots for smooth transitions and zero-downtime deployments. Configure custom domains for a professional and user-friendly URL. Automate your application deployment process using Azure Dev...
Blue-Green Deployment Explained: How It Differs from Deployment Slots
มุมมอง 406หลายเดือนก่อน
Are you curious about Blue-Green Deployment and how it ensures zero-downtime application updates? In this video, we break down the Blue-Green Deployment strategy, explain its benefits, and discuss how it compares to Azure Deployment Slots. What you'll learn: ✔️ What is Blue-Green Deployment? ✔️ How Blue-Green Deployment ensures seamless rollouts. ✔️ Key differences between Blue-Green Deployment...
Mastering Azure DevOps Multistage YAML Pipelines: Step-by-Step Guide
มุมมอง 484หลายเดือนก่อน
Mastering Azure DevOps Multistage YAML Pipelines: Step-by-Step Guide
Azure Kubernetes Service (AKS) Backup: Everything You Need to Know!
มุมมอง 4382 หลายเดือนก่อน
Azure Kubernetes Service (AKS) Backup: Everything You Need to Know!
Best Practices for Azure DevOps Git Workflow & Branching Strategy
มุมมอง 5653 หลายเดือนก่อน
Best Practices for Azure DevOps Git Workflow & Branching Strategy
Fetch Key Vault Secrets in Azure Kubernetes Service using Managed Identity & Environment Variables
มุมมอง 5633 หลายเดือนก่อน
Fetch Key Vault Secrets in Azure Kubernetes Service using Managed Identity & Environment Variables
Deploy ASP.NET Core App to Azure Web App with Managed​Identity and ​Key Vault Secrets​
มุมมอง 5713 หลายเดือนก่อน
Deploy ASP.NET Core App to Azure Web App with Managed​Identity and ​Key Vault Secrets​
Azure Managed Identity Explained: Securely Fetch Secrets from Azure Key Vault in ASP.NET Application
มุมมอง 2103 หลายเดือนก่อน
Azure Managed Identity Explained: Securely Fetch Secrets from Azure Key Vault in ASP.NET Application
How to Integrate Azure Active Directory (Entra ID) in ASP.NET Core Web App?
มุมมอง 1.5K3 หลายเดือนก่อน
How to Integrate Azure Active Directory (Entra ID) in ASP.NET Core Web App?
Azure DevOps Tutorial: Integrating SonarCloud with Code Coverage Step-by-Step​
มุมมอง 6854 หลายเดือนก่อน
Azure DevOps Tutorial: Integrating SonarCloud with Code Coverage Step-by-Step​
What is Continuous Integration? Explained in 60 Seconds!
มุมมอง 1844 หลายเดือนก่อน
What is Continuous Integration? Explained in 60 Seconds!
Boost Website Security: Setup Azure Application Gateway Listener Redirection (HTTP to HTTPS)
มุมมอง 2854 หลายเดือนก่อน
Boost Website Security: Setup Azure Application Gateway Listener Redirection (HTTP to HTTPS)
How to Set Up Multiple Sites on Azure Application Gateway?
มุมมอง 2594 หลายเดือนก่อน
How to Set Up Multiple Sites on Azure Application Gateway?
Azure Application Gateway Ingress Controller(AGIC) - PART 3​
มุมมอง 6454 หลายเดือนก่อน
Azure Application Gateway Ingress Controller(AGIC) - PART 3​
Azure Application Gateway Ingress Controller (AGIC) - Part-2
มุมมอง 6094 หลายเดือนก่อน
Azure Application Gateway Ingress Controller (AGIC) - Part-2
How to Create Self-Signed Certificates ​Using PowerShell​! Within 2 Minutes!
มุมมอง 3915 หลายเดือนก่อน
How to Create Self-Signed Certificates ​Using PowerShell​! Within 2 Minutes!
Azure Management Groups Explained
มุมมอง 4165 หลายเดือนก่อน
Azure Management Groups Explained
Getting Started with Azure DevOps: A Complete Overview for Beginners
มุมมอง 8235 หลายเดือนก่อน
Getting Started with Azure DevOps: A Complete Overview for Beginners
Learn Azure DevOps YAML Pipelines: Simple Guide for Beginners
มุมมอง 4.5K5 หลายเดือนก่อน
Learn Azure DevOps YAML Pipelines: Simple Guide for Beginners

ความคิดเห็น

  • @kvs7720
    @kvs7720 21 ชั่วโมงที่ผ่านมา

    helpfull video make more videos troubleshoot

  • @kvs7720
    @kvs7720 วันที่ผ่านมา

    nice video Tq helpfull

  • @shaileshYadav-l8s
    @shaileshYadav-l8s 2 วันที่ผ่านมา

    Very nice explanation of each and every line with all details. Thank you Sir

  • @mike4485
    @mike4485 3 วันที่ผ่านมา

    Thanks for a great content

  • @rajesh-devops
    @rajesh-devops 3 วันที่ผ่านมา

    Fantastic sir , Great job, Keep up good work

  • @mohitmishra4560
    @mohitmishra4560 3 วันที่ผ่านมา

    Good one

  • @qinwang5093
    @qinwang5093 4 วันที่ผ่านมา

    simple and clear. Thanks

  • @mike4485
    @mike4485 5 วันที่ผ่านมา

    simple and clear. Thanks

  • @kvs7720
    @kvs7720 6 วันที่ผ่านมา

    nice

  • @awsdevops-uw1fs
    @awsdevops-uw1fs 7 วันที่ผ่านมา

    Tq

  • @vedantsood4178
    @vedantsood4178 10 วันที่ผ่านมา

    Hi Shubham, Please try to make videos on AKS, also please make a video for aks upgradation in Realtime projects

  • @mike4485
    @mike4485 12 วันที่ผ่านมา

    Great Video, Could you pls provide the source code for demo project to try hands on.. Thank you

  • @mike4485
    @mike4485 12 วันที่ผ่านมา

    In your architecture i can see Traffic manager . is it only for switching application traffic from primary to secondary in case of fail over or Disaster in primary region ?

  • @muthukumar604
    @muthukumar604 12 วันที่ผ่านมา

    when i create in free tier instead of pay as you go, i face insufficient regional vcpu quota left for location, how can i resolve this, do i need to go pay-as-you-go

  • @mike4485
    @mike4485 14 วันที่ผ่านมา

    The networking part is very clear now. I even joined a premium course to understand this, but the infrastructure part was not well explained. Thank you so much for clarifying it! Could you please consider creating a video on AKS upgrades in your upcoming videos?

  • @mike4485
    @mike4485 14 วันที่ผ่านมา

    This is very nice , you have integrated everything . Thank you . Do you conduct any training's ?

  • @ENXNE
    @ENXNE 17 วันที่ผ่านมา

    Awesome! Thanks for sharing.

  • @nexmarketingsolution7383
    @nexmarketingsolution7383 17 วันที่ผ่านมา

    Will this work on internet router admin plane

    • @thejourneyofdevops1791
      @thejourneyofdevops1791 16 วันที่ผ่านมา

      No Idea on this , in general self signed certificates used for local testing more often.

  • @mike4485
    @mike4485 17 วันที่ผ่านมา

    If possible request for a video on AKS monitoring using Azure monitoring

    • @thejourneyofdevops1791
      @thejourneyofdevops1791 16 วันที่ผ่านมา

      Noted, I'll definitely consider making a video on that topic.

  • @mike4485
    @mike4485 17 วันที่ผ่านมา

    Thank you for sharing your knowledge with us. I truly appreciate your efforts. Could you kindly explain the CD steps using a YAML pipeline as well ? I haven't been able to find a complete Blue-Green deployment example using a YAML pipeline on AKS anywhere else

    • @thejourneyofdevops1791
      @thejourneyofdevops1791 16 วันที่ผ่านมา

      We can do with YAML also, maybe I will try to create a video on this but can't commit any timelines.

    • @mike4485
      @mike4485 12 วันที่ผ่านมา

      @@thejourneyofdevops1791 Thank you so much

  • @nanduriharshadsai2078
    @nanduriharshadsai2078 18 วันที่ผ่านมา

    Aks istio add on issue with https request, can we expect any demo on it

  • @nanduriharshadsai2078
    @nanduriharshadsai2078 18 วันที่ผ่านมา

    Explain the azure active directory, that would be really helpful to everyone 😊

    • @thejourneyofdevops1791
      @thejourneyofdevops1791 18 วันที่ผ่านมา

      Sure, I can explain that in more detail in a future video.

  • @udaykumar-tb5kn
    @udaykumar-tb5kn 18 วันที่ผ่านมา

    Beginner wil not understand your videos

    • @thejourneyofdevops1791
      @thejourneyofdevops1791 18 วันที่ผ่านมา

      They can understand if they have basic knowledge, if you are looking for in sequence video series then you can follow my another channel but it's in Hindi. youtube.com/@devopshut1791?si=ZUYzAKvnFBzlZ5g9

  • @udaykumar-tb5kn
    @udaykumar-tb5kn 18 วันที่ผ่านมา

    Which playlist we should start with for azure Devops.. I see you directly posting videos without covering basics .pls tell road map tp become best devops professional

  • @kvs7720
    @kvs7720 18 วันที่ผ่านมา

    Nice video

  • @vishnusai4658
    @vishnusai4658 18 วันที่ผ่านมา

    Helpfull videos

  • @vedantsood4178
    @vedantsood4178 18 วันที่ผ่านมา

    Amaziing, can you also add scripts in the repo, you used in deployments

  • @mohitmishra4560
    @mohitmishra4560 18 วันที่ผ่านมา

    Helpful

  • @naveenkumar-yz2wb
    @naveenkumar-yz2wb 20 วันที่ผ่านมา

    Good Stuff to learn variable data types

  • @vishnusai4658
    @vishnusai4658 22 วันที่ผ่านมา

    Good video

  • @kvs7720
    @kvs7720 22 วันที่ผ่านมา

    nice explanation clear @TQ

  • @vedantsood4178
    @vedantsood4178 23 วันที่ผ่านมา

    Awesome explanation! Could you also share a this setup it in application gateway ingress ?

  • @manushreeds1859
    @manushreeds1859 24 วันที่ผ่านมา

    Hello Sir, could you share the source code for this demo project?

  • @sharoze786786
    @sharoze786786 25 วันที่ผ่านมา

    Thanks for making my wish fullfill Happy new year bro 😊

    • @thejourneyofdevops1791
      @thejourneyofdevops1791 23 วันที่ผ่านมา

      You're welcome, glad to help! Happy New Year to you too! 😄

  • @hiandhra9971
    @hiandhra9971 27 วันที่ผ่านมา

    Hi there, can you make a vedio to show how to create a windows node pool in aks cluster along with Linux node pool and deploy both windows app into windows node pool and any app into linux node pools

  • @ricardoag856
    @ricardoag856 27 วันที่ผ่านมา

    Minute 23:42, hehe

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

    Thankyou for the Awesome Video !! You made the learning easy

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

    nice videos share you GitHub link

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

    Very informative.

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

    Thanks for video if possible could you please make video on terraform real time issue using azure please thank you

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

    Nise video

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

    But in real time scenario ,no one use such pipelines.

  • @techno-i8q
    @techno-i8q หลายเดือนก่อน

    Excellent video

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

    Loved the step-by-step explanation-super clear and practical!

  • @daily-ev3iq
    @daily-ev3iq หลายเดือนก่อน

    Great job! Simplified something that seemed complex at first.

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

    This was so helpful! Looking forward to more Azure DevOps tutorials.

  • @Delhigirl-m9s
    @Delhigirl-m9s หลายเดือนก่อน

    Great content! Really helpful for setting up Azure DevOps pipelines

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

    Awesome explanation, can you make a video on how aks is upgraded in production scenarios in Realtime

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

    Thanks for this great comprehensive CI/CD video. You went through a lot of details which is extremely helful. One question about the private DNS zone setup for AKS. I don't see a private endpoint created for this. Is this safe?

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

      In AKS, if you're using a private cluster, the control plane (API server) has a private IP address accessible only within the virtual network. However, this doesn't require a separate private endpoint resource because the private access is built into the architecture of the AKS control plane.

  • @PaulA-c4x
    @PaulA-c4x หลายเดือนก่อน

    Can this work with .NET YARP Gateway?

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

      Yes. 1. Prerequisites Azure Entra ID Tenant: You need an app registration in Azure Entra ID for the YARP gateway. .NET YARP Gateway: A working YARP-based reverse proxy project. Backend Services: Services the YARP gateway will proxy requests to. Microsoft.Identity.Web: A NuGet package for seamless integration with Azure Entra ID in .NET applications. 2. Register YARP Gateway in Azure Entra ID 3. Install Required NuGet Packages 4. Configure appsettings.json 5. Configure Program.cs