Oondemandlabsinondemandlabs.hashnode.dev·Apr 4, 2023 · 2 min readAzure Load-BalancerAzure Load-Balancer Mainly we use a load balancer to distribute traffic to different virtual machines which are there at the backend also called backend pools First, create virtual network with a subnet within same range now click on Next ip address...00
Oondemandlabsinondemandlabs.hashnode.dev·Feb 13, 2023 · 5 min readTerraformHere we are to learn terraform, before goin in detail about terraform first let us know how terraform is started. what is terraform? Terraform is an open-source infrastructure-as-code software tool created by HashiCorp. Users define and provide data ...00
Oondemandlabsinondemandlabs.hashnode.dev·Feb 6, 2023 · 5 min readAzure Kubernetes Service (AKS)**What on earth is Kubernetes ** kubernets is an orchestration technology used to manage deploy and scale containers Here we are to learn about kubernetes, first we learn about creating kubernetes cluster. Go Azure-portal (portal.azure.com) click on ...00
Oondemandlabsinondemandlabs.hashnode.dev·Jan 15, 2023 · 4 min readAzure-Devops CI/CD pipelineHere we are to learn AZure-Devops. In Azure Devops we have five components, they are : Azure-Boards, Azure-Repos, Azure-pipelines, Azure-Artifact, And Test-plans. Azure-Boards: Azure Boards provides software development teams with the interactive and...00
Oondemandlabsinondemandlabs.hashnode.dev·Jan 10, 2023 · 1 min readMinikube SetupHere we learn how to setup Minikube in a server if you are using a linux server to setup minikube, to install the latest minikube stable release on linux server copy and paste the below command # curl -LO https://storage.googleapis.com/minikube/relea...00