Azure Kubernetes Service (AKS) with Terraform deployment

AKS components I assumed that you are familiar with the Kubernetes Cluster concepts (elementary level). Therefore I didn’t do any deep dive into the elementary components. The focus of this post is the following topics: The control plane (Kubernetes core component) It’s the core of the Kubernetes Cluster and doesn’t matter on which cloud providerContinue reading “Azure Kubernetes Service (AKS) with Terraform deployment”

Terraform : Cloud

Create organization and workspace in terraform cloud Sign up/in to this URL (https://app.terraform.io/signup/account) Skip all the questions Create an organization 4. Create a workspace (by clicking on create one now) 5. Select the type of the workspace (CLI-driven workflow) 6. Give a name to the workspace. 7. Create the workspace. 8. After creation the workspaceContinue reading “Terraform : Cloud”

DevOps Built-in Access Levels, Security Groups and AAD Groups

Scenario: in large organizations it’s so important that not all the colleagues who are working together on a project to be able to release/ deploy the product in production environment. There must be always a check list to get ready for deploying in production. Nowadays this check list is called continuous integration/deploy (CI/CD). Therefore theContinue reading “DevOps Built-in Access Levels, Security Groups and AAD Groups”