
Deploy the tomcat app to Kubernetes using an Azure DevOps YAML pipeline, leveraging a tomcat.yaml manifest, a tomcat namespace, and a service connection, with automatic triggers on repo changes.
Centralize all YAML files in a central repository and deploy them to a Kubernetes cluster via Azure DevOps CI/CD, using a service connection, kubeconfig, and namespace settings.
Explore Git basics and Azure repos, understand push and pull workflows, and learn the three stages: working directory, staging area, and local repo, with init, add, commit, and push.
Install git on Windows or Linux, initialize a local repository with git init, then move files from working directory to staging area and repo using git add, commit, and push.
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 how to set up a central Azure repo, initialize and add a remote, push local changes, clone the repository, and troubleshoot common push errors and origin misconfiguration.
Fixes a push issue by updating the remote origin to the Azure DevOps repository using the SSH URL, then pushing local code to the central repo master.
Learn how to clean up your Azure DevOps workspace by deleting unwanted projects through organization settings, then create a new private production project named CDF.
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.
Add a load balancer service to an existing yaml in the Azure repo by creating a service yaml in the deployment folder, then commit, push, and trigger the 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