SKsunil kumarinmrdevops.hashnode.dev·Sep 2, 2023 · 13 min readHow to Create EKS Cluster Using Terraform?Create AWS VPC using Terraform¶ Let's start with terraform. First, we need to create an AWS provider. It allows to interact with the many resources supported by AWS, such as VPC, EC2, EKS, and many others. You must configure the provider with the pr...00
SKsunil kumarinmrdevops.hashnode.dev·Jul 14, 2023 · 7 min readAzure Kubernetes Service (AKS)What is Azure Kubernetes Service (AKS)? Azure Kubernetes Service is a managed container orchestration service based on the open source Kubernetes system, which is available on the Microsoft Azure public cloud. An organization can use AKS to handle cr...00
SKsunil kumarinmrdevops.hashnode.dev·Jul 13, 2023 · 8 min readWhat is Azure Web App? Create an Azure Web AppWeb Apps are one of the most widely used Azure services that enable us to host our web applications in Azure. It can host a User Interactive application or even a backend service like a WCF Service or Web APIs. With Web Apps, we can leverage the powe...00
SKsunil kumarinmrdevops.hashnode.dev·Jul 9, 2023 · 4 min readWhat Is Azure Virtual Network?An Azure Virtual Network (VNet) is a network or environment that can be used to run VMs and applications in the cloud. When it is created, the services and Virtual Machines within the Azure network interact securely with each other. Advantages of ...00
SKsunil kumarinmrdevops.hashnode.dev·Jul 8, 2023 · 10 min readWhat is Azure Active Directory?Azure Active Directory (Azure AD) is Microsoft’s multi-tenant, cloud-based Identity and Access Management (IAM) service. It takes care of authentication and authorization of user and application identities. It’s the digital infrastructure that allows...00