Giter Site home page Giter Site logo

krishunihu / samplewebapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smartrohit/samplewebapp

1.0 0.0 0.0 662 KB

ASP.NET Web application deployment on Azure Kubernetes Services

Shell 28.78% JavaScript 1.74% C# 27.77% CSS 10.37% HTML 28.08% Dockerfile 3.26%

samplewebapp's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.