8000 uzairjanjua1 (Muhammad Uzair Janjua) · GitHub
[go: up one dir, main page]

Skip to content
View uzairjanjua1's full-sized avatar

Highlights

  • Pro

Block or report uzairjanjua1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
uzairjanjua1/README.md

samplewebapp

ASP.NET Web application deployment on Azure Kubernetes Services

Azure Kubernetes Services:

Agenda: - ASP.NET Web application deployment on Azure Kubernetes Services through Azure DevOps CI/CD

Flow:

  • ASP.NET Web application creation
    • DockerFile creation
  • Push changes in Azure Repos (Along with DockerFile)
  • Build and Push Image (ACR Repository)
  • Deploy (AKS)
    • Creation of deployment.yml and service.yml files

Commands:

// This will allow to track new POD creation

kubectl get pods --watch

// We will then install the kubectl tool

az aks install-cli --install-location=./kubectl

// This allows kubectl to connect to the Kubernetes cluster

az aks get-credentials --resource-group devopsmela-rg --name devopsmelaAKS

Pre-defined Variables:

$(Pipeline.Workspace) - The local path on the agent where all folders for a given build pipeline are created.

ASP.NET CORE Deployment Series:https://www.youtube.com/watch?v=KceoqTcf4Lk&list=PLNNeqe21-U0PJGMvVuG8XKEZSrr8aJiz7

AWS DevOps: https://www.youtube.com/watch?v=j7xjHBNi85g&t=347s

Azure Service Connection: https://www.youtube.com/watch?v=18BhQicsRao&t=604s

Website: https://devopsmela.in

Instagram: @DevOpsMela

Popular repositories Loading

  1. uzairjanjua1 uzairjanjua1 Public

    Config files for my GitHub profile.

    Shell

  2. devops-essentials-sample-app devops-essentials-sample-app Public

    Forked from linuxacademy/devops-essentials-sample-app

    HTML

  3. learning-terraform-3087701 learning-terraform-3087701 Public

    Forked from LinkedInLearning/learning-terraform-3087701

    This repo is for the Linkedin Learning course: Learning Terraform

    HCL

  4. aws-nodejs-deploy aws-nodejs-deploy Public

    Forked from satyam4484/aws-nodejs-deploy

    JavaScript

  5. teraform-aks-1 teraform-aks-1 Public

    terraform code to deploy AKS cluster

    HCL

  6. Thesis-Master Thesis-Master Public

    TeX

0