Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Azure Devops Crash Course -Cd Pipelines | Troubleshooting

    Posted By: ELK1nG
    Azure Devops Crash Course -Cd Pipelines | Troubleshooting

    Azure Devops Crash Course -Cd Pipelines | Troubleshooting
    Published 3/2024
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.39 GB | Duration: 1h 49m

    How to Deploy Pod on Azure Kubernetes Cluster by Using CD Pipeline in Azure Devops

    What you'll learn

    In this section i have created Azure Devops pipeline to deploy application as a pod In Kubernetes Cluster by using Yaml Pipeline

    I have integrated Git with Azure repo by using SSH key for authentication for Private repo in Azure devops

    We have to push and pull code by using Git and Visual studio code in Azure devops CD pipeline and make automation

    If we did any changes in main Branch then automatic pipeline will be trigger and deploy application on azure Kubernetes Services

    We have to created service connection between Azure devops and Azure kubernetes services to deploy pod on Kubernetes cluster

    Requirements

    No prerequisites, i have started from Scratch level

    Description

    How to Deploy Pod on Azure Kubernetes Cluster by Using CD Pipeline in Azure Devops and also added Troubleshooting steps to fixed pipeline failure scenarios and Git related issues for authentication with Azure Repo.I have created an automated pipeline. It means if you did any changes in code or yaml file then automatic Pipeline will be triggered and your application will deploy it on Azure Kubernetes Cluster.I have explained how we can manages all Yaml file in Our Kubernetes Project in Real time Project based on Kubernetes Production environment.I have Fixed some common issue related to GIT Authentication with Private Azure repo in Azure Devops where we can create SSH secret for Authentication and Created Service Connection to establish connection in between Azure DeVops and Azure Kubernetes Services.I have added Logging tool in this session where i can setup EFK on Kubernetes cluster and created Index Pattern in Kibana and created Kibana dashboard and visualize our application logs for further troubleshooting of crashed or restarted pod .I have setup Elastic search , Kibana and fluentd by using helm chart and added some common issue and fixed those issue and troubleshooting method also added some use cases to view logs in kibana dashboard and make customize dashboard

    Overview

    Section 1: Introduction

    Lecture 1 How to deploy application on Kubernetes using CICD Pipeline | Part -01

    Lecture 2 How to deploy application on Kubernetes using CICD Pipeline - Part -02

    Lecture 3 What is Git and basic command of Git | Azure Devops Part -03

    Lecture 4 How many Types of Stages in Git | Azure Devops Part -04

    Lecture 5 Git Common Issue to connect Azure Repo | Azure Devops Part -05

    Lecture 6 How to Create SSH key in Git for Authentication with Azure repo

    Lecture 7 Not Able to Push Code from Local Repo to Azur Repo

    Lecture 8 Issue Fixed Related to Push Code from Local Repo to Azur Repo

    Lecture 9 How to Delete Existing or Unwanted Project in azure devops

    Lecture 10 How do we push code from Visual Studio to Azure repo

    Lecture 11 How to modify code using visual studio code

    Lecture 12 Create CD Pipeline by using Visual Studio code Azure Devops

    Lecture 13 How to create service in existing yaml file in Azure repo

    Beginner