
Learn basic troubleshooting for connecting to an Azure repo with git clone, resolve authentication failures by managing SSH keys, and re-clone after key refresh.
Generate an ssh key pair with ssh-keygen, paste the public key into Azure DevOps as an ssh key, and save both keys in a secure vault.
Learn to push code from Visual Studio to an Azure repo by cloning the project, editing via VS Code, and executing git add, commit, and push for deployment YAML updates.
Modify the deployment YAML in Visual Studio Code to increase replica count and memory limits, then commit and push changes to the Azure repo, triggering the pipeline.
Create a cd pipeline using visual studio code and azure devops, connect to kubernetes, deploy a manifest to a target namespace, and fix yaml duplicate mapping errors to retrigger pipeline.
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