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”
Tag Archives: Development
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”