filmov
tv
Deploy Microservice in Kubernetes (AKS) using Azure DevOps Pipeline Part 2/2
Показать описание
This is the last part of videos to deploy a Microservice in Azure Kubernetes cluster using Azure DevOps Pipeline and Terraform.
This video specifically talks about deploying a sample python Microservice in Azure AKS(created in part 1) using Azure DevOps Pipeline.
Few helpful Links given below :-
GitHub Repo used in this video :-
Azure Marketplace TerraformCLI plugins:-
Azure CLI commands used in this video :-
az login
az ad sp create-for-rbac --role="Contributor" --scopes="subscriptions/SUBSCRIPTION_ID"
SSH key generation to create public key :-
ssh-keygen -m PEM -t rsa -b 4096
Connecting AKS from Azure CLI :-
az aks get-credentials --name K8_CLUSTER_NAME --resource-group K8_GROUP_NAME
az aks enable-addons --addons kube-dashboard --resource-group K8_GROUP_NAME --name K8_CLUSTER_NAME
az aks browse --resource-group K8_GROUP_NAME --name K8_CLUSTER_NAME
This video specifically talks about deploying a sample python Microservice in Azure AKS(created in part 1) using Azure DevOps Pipeline.
Few helpful Links given below :-
GitHub Repo used in this video :-
Azure Marketplace TerraformCLI plugins:-
Azure CLI commands used in this video :-
az login
az ad sp create-for-rbac --role="Contributor" --scopes="subscriptions/SUBSCRIPTION_ID"
SSH key generation to create public key :-
ssh-keygen -m PEM -t rsa -b 4096
Connecting AKS from Azure CLI :-
az aks get-credentials --name K8_CLUSTER_NAME --resource-group K8_GROUP_NAME
az aks enable-addons --addons kube-dashboard --resource-group K8_GROUP_NAME --name K8_CLUSTER_NAME
az aks browse --resource-group K8_GROUP_NAME --name K8_CLUSTER_NAME
Microservices Deployment to Azure Kubernetes Services (AKS)
Deploy a web application to Azure Kubernetes Service (AKS) cluster
How to deploy application to Azure Kubernetes | Azure Kubernetes tutorial for beginners | AKS
Azure Kubernetes Service (AKS) microservices architecture
AKS CI CD Tutorial in Azure DevOps | Azure Kubernetes Service App Deployment
How to create AKS Cluster and Deploy Springboot Microservices into AKS Cluster using Azure Pipeline
Deploy Microservice in Kubernetes (AKS) using Azure DevOps Pipeline Part 2/2
CICD using Azure DevOps Pipeline, Terraform and AKS | Deploy Microservice in Kubernetes Part 1/2
Azure Pipelines Kubernetes Deployment,Azure DevOps with Kubernetes,Azure DevOps Project from Scratch
Deploy Dapr applications to Azure Kubernetes Service (AKS)
SpringBoot application deployment into AKS( Azure Kubernetes Service)
Setup AKS Cluster & Deploy Springboot Docker Container to AKS Cluster using Helm and Azure Pipel...
Workshop Module 4: Deploying Microservices to Kubernetes
How to deploy .NET apps to Kubernetes
How to create AKS Cluster 2023 | Azure Kubernetes Service | Azure Container Service | K21 Academy
Azure Kubernetes Service Tutorial |AKS Deployment using Terraform GitHub Action| #devops #kubernetes
Deploy Springboot App into AKS Cluster using Jenkins Pipeline | Deploy Springboot to Kubernetes
Azure DevOps Pipeline for Container Deployment to AKS Cluster | Deploy Docker images to AKS Cluster
ASP.NET Skills: Deploying ASP.NET Core Microservices Using Kubernetes and AKS Course Preview
deploying micro services application on kubernetes using helm charts
Kubernetes Ingress Explained: Step-by-Step Tutorial for Beginners | Azure Kubernetes Service | AKS
How to setup AKS Cluster & Deploy Springboot App into AKS Cluster using Helm and Jenkins Pipelin...
Deploying .NET 5 Microservices to AKS with Terraform and Helm
Learn Application Deployment on Azure AKS | Azure Kubernetes Service
Комментарии