From f7e9210e50c7f226d93dd5e4675a5b2611542853 Mon Sep 17 00:00:00 2001 From: "Gary A. Stafford" Date: Fri, 22 Dec 2017 12:28:06 -0500 Subject: [PATCH] New project branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1af5b8c..922aaaf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GKE, Istio, Atlas, RabbitMQ Demo -Project repository for my new post, [Deploy and Configure Istio on Google Kubernetes Engine (GKE))](https://programmaticponderings.com). The post demonstrates how to take a modern application, like the Voter API from previous posts, and optimize it for Google Kubernetes Engine (GKE). In addition to migrating to GKE, the Voter API will take advantage of MongoDB Atlas on GCP instead of Cosmos DB on Azure, and CloudAMQP's RabbitMQ on GCP instead of Azure Service Bus. This version is also designed for use with Istio v0.4.0 on GKE, which replaces the NGINX Ingress Controller. +Project repository for my new post, [Deploy and Configure Istio on Google Kubernetes Engine (GKE)](https://programmaticponderings.com). The post demonstrates how to take a modern application, like the Voter API from previous posts, and optimize it for Google Kubernetes Engine (GKE). In addition to migrating to GKE, the Voter API will take advantage of MongoDB Atlas on GCP instead of Cosmos DB on Azure, and CloudAMQP's RabbitMQ on GCP instead of Azure Service Bus. This version is also designed for use with Istio v0.4.0 on GKE, which replaces the NGINX Ingress Controller. Deployment resources and scripts are in `kubernetes\voter-api-atlas\` directory.