Learn how using microservices architecture on Azure makes it easier to develop and scale applications and bring new features to market faster.
Using domain analysis to model microservices(使用域分析为微服务建模)。 了解如何通过域驱动的方法为微服务建模。 参考实现 为了演示微服务体系结构的最佳做法,我们创建了一个名为“无人机交付应用程序”的参考实现。 此实现在使用 Azure Kubernetes 服务 (AKS) 的 Kubernetes 上运行。 可在GitHub上找到该参考实现。
通过kubectl发布到集群的命令由驻留在主节点上的 Kubernetes APIkube-apiserver接收。然后,kube-apiserver将请求传递给主节点中的kube-controller-manager,后者负责处理工作节点操作。来自主节点的命令由工作节点上的 kubelet 接收。 部署应用和工作负载 Kubernetes 的下一步是部署应用和工作负载。主节点始终维护 Kubernetes ...
This article assumes basic knowledge of Kubernetes. The article focuses mainly on the infrastructure and DevOps considerations of running a microservices architecture on AKS. For guidance on how to design microservices, see Building microservices on Azure. A reference implementation of th...
Microservices architecture on AKS Blue-green deployment of AKS clusters Azure Arc-enabled Kubernetes Azure Kubernetes Service (AKS) offers you a managed Kubernetes experience on Azure, however there are workloads or situations that might be best suited for placing your own Kubernetes clusters under Azur...
Microservices architecture on AKS Blue-green deployment of AKS clusters Azure Arc-enabled Kubernetes Azure Kubernetes Service (AKS) offers you a managed Kubernetes experience on Azure, however there are workloads or situations that might be best suited for placing your own Kubernetes clusters under Azur...
Spring Boot microservices for Azure and Cosmos DB This project is based on two of Matt Raible’s tutorials:Reactive Java Microservices with Spring Boot and JHipsterandKubernetes to the Cloud with Spring Boot and JHipster. In these tutorials, he builds a reactive Java microservice architecture and...
To advance Java deployments on Kubernetes to production, you should think about the following next steps: Frame a scalable infrastructure with Azure Kubernetes Service and Azure Container Registry to satisfy your deployments' business and technical requirements. SeeMicroservices architecture on Azure Kubernet...
Azure Kubernetes Service architecture With AKS, users can create Kubernetes clusters from the Azure portal, AzurePowerShell,Azure Command-Line Interface(CLI) or Azure Resource Manager templates. An AKS cluster has at least one node. However, the clusters can run multiple node pools to support mixed...
Learn how using microservices architecture on Azure makes it easier to develop and scale applications and bring new features to market faster.