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”

Azure Arc enabled Kubernetes

Introduction What does “Arc-enabled Kubernetes” mean? it means a Kubernetes Cluster that the Azure Arc Agent has been installed on. Should an instance of Azure Arc be provisioned? No, Azure Arc is a global service. What about data security? very good question! I’ll explain it below. Because first, you have to know how Azure ArcContinue reading “Azure Arc enabled Kubernetes”

Azure Identity & Access Managemen

Introduction As we know Microsoft Azure Cloud platform works seamlessly with Azure Active Directory (AAD). The following products are three of many cloud-based Microsoft products. As demonstrated below each of them has its own RBAC. But only AAD manages the identities and the Azure Subscription & Azure DevOps and also the other products which canContinue reading “Azure Identity & Access Managemen”

Multi-Cloud

Introduction This document gives us the definition of different cloud classifications and focuses on the Multicloud and Hybrid cloud and the organization’s tendency to adapt to the cloud, especially for multi-cloud. This document even refers to the challenges of multi-cloud at the management and technical level and the reasons for them, and in the lastContinue reading “Multi-Cloud”

Develop frontend for backend via Vue

Related topics Develop containerized microservices in VS Develop Azure Function App in VS Scenario: When the caller and called application are not in the same origin the CORS Policy doesn’t allow the called application / backend to response the caller application. It’s strongly recommended to specify the allow origin in your backend. In the following video IContinue reading “Develop frontend for backend via Vue”

Develop containerized microservices in VS

Related topics Develop Azure Function App in VS Containerize project It’s really simple to containerize your projects specially when you have api project. Change controller route in containerized microservices project Source code You owe your dreams your courage. Koleka Putuma

Develop Azure Function App in VS

Related topics Develop containerized microservices in VS Develop frontend for backend via Vue Scenario: Assume you developed an online shopping. When a new product is added to the shop. A message is sent to a storage queue. You want to develop a Azure function that’s triggered when a message is pushed to the storage queue and createContinue reading “Develop Azure Function App in VS”

Onboarding : Azure Management Features

Topics Key concepts Azure scopes Policies Role-based access control (RBAC) Key concepts Azure AD Group Policy Role-based access control Azure scopes Azure provides four level of management Level 1 : Management Groups Level 2: Subscriptions Level 3: Resource Groups Level 4 : Resources Note: lower level inherts setting from the higher level. Apply the criticalContinue reading “Onboarding : Azure Management Features”

AWS : Monitor, React, and Recover

Topics Key concepts Monitoring concept CloudWatch How to use CloudWatch CloudWatch Alert Recovering From Failure by using CloudTrail  Automating recovery Chaos engineering Edge cases Related topics AWS : Virtual Private Network (VPC) AWS : Infrastructure Deployment AWS : Business Objectives AWS : DynamoDB AWS : Resiliency AWS : Serverless Key concepts Monitoring : is for understanding what isContinue reading “AWS : Monitor, React, and Recover”