{"id":2627,"date":"2018-06-13T00:00:00","date_gmt":"2018-06-13T07:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/smarthotel360-microservices-on-azure-kubernetes-service"},"modified":"2023-07-28T10:40:57","modified_gmt":"2023-07-28T17:40:57","slug":"smarthotel360-microservices-on-azure-kubernetes-service","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/","title":{"rendered":"SmartHotel360 Microservices on Azure Kubernetes Service"},"content":{"rendered":"<p>During the <a href=\"https:\/\/buildwindows.com\/\" target=\"_blank\" rel=\"noopener\">Build 2018<\/a> keynote, Scott Hanselman, with help from Scott Guthrie, showed developers the new features available in Azure Kubernetes Service (AKS) and Azure Dev Spaces. To help you learn how to deploy microservices written in any framework to AKS we&#8217;ve updated the SmartHotel360 back-end microservices source code and deployment process to optimize it for AKS. You can clone, fork, or download the <a href=\"https:\/\/github.com\/Microsoft\/SmartHotel360-AKS-DevSpaces-Demo\" target=\"_blank\" rel=\"noopener\">AKS and Azure Dev Spaces demo<\/a> on GitHub.<\/p>\n<p>Azure Kubernetes Service gives developers the best experience for building microservices in any platform including Java, .NET Core, or Node.js, to name a few used in this demo&#8217;s source code, using Kubernetes and containers. The diagram below shows a high-level snapshot of the back-end APIs housed in the AKS cluster once you deploy this repository&#8217;s source code to AKS.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"cluster\" height=\"480\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp\" title=\"cluster\" width=\"466\"><\/p>\n<p><a href=\"https:\/\/github.com\/Microsoft\/SmartHotel360-AKS-DevSpaces-Demo\/tree\/master\/queries\" target=\"_blank\" rel=\"noopener\">Sample queries<\/a> shipped with the demo can be saved and executed in an AKS cluster to get deep visibility into how each service is running. The query below, for example, results with a bar chart showing how often a certain pattern appears in the execution logs.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"chart\" height=\"770\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/08a9f63c-4406-4a4f-891e-6ce4b5c39861.webp\" title=\"chart\" width=\"1990\"><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dev-spaces\/azure-dev-spaces\" target=\"_blank\" rel=\"noopener\">Azure Dev Spaces<\/a> provides a rapid, iterative Kubernetes development experience for teams. With minimal dev machine setup, you can iteratively run and debug containers directly in Azure Kubernetes Service. Develop on Windows, Mac, or Linux using familiar tools like Visual Studio, Visual Studio Code, or the command line. The diagram below shows how the Visual Studio family of IDEs can connect to AKS to enable debugging within a developer\u2019s Azure Dev Space without impacting production or teammate code.<\/p>\n<p>\n<img loading=\"lazy\" decoding=\"async\" alt=\"dev-spaces\" height=\"738\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/d3aa18a6-5fc2-4a91-b358-46306d6af1e1.webp\" title=\"dev-spaces\" width=\"1664\"><\/p>\n<p>The AKS Cluster created by the demo contains support for Azure Dev Spaces, so that you can debug the individual services live in the Kubernetes cluster. There&#8217;s a pre-wired error in the hotels microservice you&#8217;ll fix during the demo, then debug in your own Azure Dev Space to validate the fix worked.<\/p>\n<h2>Demo contents<\/h2>\n<p>The <a href=\"https:\/\/github.com\/Microsoft\/SmartHotel360-AKS-DevSpaces-Demo\" target=\"_blank\" rel=\"noopener\">sample repository<\/a> contains:<\/p>\n<ul>\n<li>The source code and deployment for the back-end services and the public web app.<\/li>\n<li>The <a href=\"https:\/\/github.com\/Microsoft\/SmartHotel360-AKS-DevSpaces-Demo\/blob\/helm\/docs\/02-script.md\" target=\"_blank\" rel=\"noopener\">demo script<\/a> and the <a href=\"https:\/\/github.com\/Microsoft\/SmartHotel360-AKS-DevSpaces-Demo\/blob\/helm\/docs\/01-setup.md\" target=\"_blank\" rel=\"noopener\">setup instructions<\/a>, written in bash, so it can be easily executed on Linux, Mac, or in Windows using <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows\/wsl\/about\" target=\"_blank\" rel=\"noopener\">WSL<\/a>.<\/li>\n<li><a href=\"https:\/\/helm.sh\/\" target=\"_blank\" rel=\"noopener\">Helm<\/a> charts for each service.<\/li>\n<li><a href=\"https:\/\/github.com\/Microsoft\/SmartHotel360-AKS-DevSpaces-Demo\/tree\/helm\/queries\" target=\"_blank\" rel=\"noopener\">Sample queries<\/a> for use in with AKS Log Search.<\/li>\n<li>A <a href=\"https:\/\/github.com\/Microsoft\/SmartHotel360-AKS-DevSpaces-Demo\/tree\/helm\/preloader\" target=\"_blank\" rel=\"noopener\">preloader script<\/a> that can be used to generate log\/CPU data.<\/li>\n<\/ul>\n<p>The <a href=\"https:\/\/channel9.msdn.com\/Shows\/Visual-Studio-Toolbox\/SmartHotel360-Demo-App-Web-Site\" target=\"_blank\" rel=\"noopener\">SmartHotel360<\/a> public web site was originally written to demonstrate the features that make Azure App Service the best place in the cloud to host <a href=\"https:\/\/docs.microsoft.com\/en-us\/aspnet\/core\/getting-started?view=aspnetcore-2.1&#038;tabs=macos\" target=\"_blank\" rel=\"noopener\">ASP.NET Core<\/a> applications, with amazing diagnostics, deployment, and devops features.<\/p>\n<p>AKS is a great place to host ASP.NET Core applications, too, so to give you great examples of <strong>both scenarios<\/strong>, we&#8217;ve moved the public web site into the AKS cluster for this sample. If you&#8217;re investigating the variety of options for hosting your ASP.NET Core apps in Azure, you&#8217;ll have the <a href=\"https:\/\/github.com\/Microsoft\/SmartHotel360-public-web\" target=\"_blank\" rel=\"noopener\">original App Service-focused version<\/a> of the demo source code, and you&#8217;ll learn from the new demo repository how to publish an ASP.NET Core app into AKS.<\/p>\n<p>Azure Kubernetes Service brings so many amazing features for developers. The container health dashboard, deep log search features enabling you to really see how your code&#8217;s executing in the cluster, and IDE\/debugger integration that makes it possible for you to edit and debug code live in the cluster without impacting production or teammate code all make AKS the greatest experience for building apps with Kubernetes.<\/p>\n<p>We hope this demo is useful in your process of learning how to publish microservices to AKS and to make the most use of the amazing portal and debugging features. As with all of the SmartHotel360 repositories, these are open and we encourage pull requests. If you experience any issues setting it up, send us an issue in GitHub and we&#8217;ll resolve it quickly.<\/p>\n<p>We hope you enjoy this AKS-optimized demonstration.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>During the Build 2018 keynote, Scott Hanselman, with help from Scott Guthrie, showed developers the new features available in Azure Kubernetes Service (AKS) and Azure Dev Spaces.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1467],"tags":[],"audience":[3055,3053,3056],"content-type":[],"product":[1472],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-2627","post","type-post","status-publish","format-standard","hentry","category-compute","audience-developers","audience-it-decision-makers","audience-it-implementors","product-azure-kubernetes-service-aks"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SmartHotel360 Microservices on Azure Kubernetes Service | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"During the Build 2018 keynote, Scott Hanselman, with help from Scott Guthrie, showed developers the new features available in Azure Kubernetes Service (AKS) and Azure Dev Spaces. To help you learn\u2026\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SmartHotel360 Microservices on Azure Kubernetes Service | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"During the Build 2018 keynote, Scott Hanselman, with help from Scott Guthrie, showed developers the new features available in Azure Kubernetes Service (AKS) and Azure Dev Spaces. To help you learn\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-13T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-28T17:40:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"SmartHotel360 Microservices on Azure Kubernetes Service\",\"datePublished\":\"2018-06-13T07:00:00+00:00\",\"dateModified\":\"2023-07-28T17:40:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/\"},\"wordCount\":648,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp\",\"articleSection\":[\"Compute\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/\",\"name\":\"SmartHotel360 Microservices on Azure Kubernetes Service | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp\",\"datePublished\":\"2018-06-13T07:00:00+00:00\",\"dateModified\":\"2023-07-28T17:40:57+00:00\",\"description\":\"During the Build 2018 keynote, Scott Hanselman, with help from Scott Guthrie, showed developers the new features available in Azure Kubernetes Service (AKS) and Azure Dev Spaces. To help you learn\u2026\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Compute\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SmartHotel360 Microservices on Azure Kubernetes Service\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SmartHotel360 Microservices on Azure Kubernetes Service | Microsoft Azure Blog","description":"During the Build 2018 keynote, Scott Hanselman, with help from Scott Guthrie, showed developers the new features available in Azure Kubernetes Service (AKS) and Azure Dev Spaces. To help you learn\u2026","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/","og_locale":"en_US","og_type":"article","og_title":"SmartHotel360 Microservices on Azure Kubernetes Service | Microsoft Azure Blog","og_description":"During the Build 2018 keynote, Scott Hanselman, with help from Scott Guthrie, showed developers the new features available in Azure Kubernetes Service (AKS) and Azure Dev Spaces. To help you learn\u2026","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-06-13T07:00:00+00:00","article_modified_time":"2023-07-28T17:40:57+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"SmartHotel360 Microservices on Azure Kubernetes Service","datePublished":"2018-06-13T07:00:00+00:00","dateModified":"2023-07-28T17:40:57+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/"},"wordCount":648,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp","articleSection":["Compute"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/","name":"SmartHotel360 Microservices on Azure Kubernetes Service | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp","datePublished":"2018-06-13T07:00:00+00:00","dateModified":"2023-07-28T17:40:57+00:00","description":"During the Build 2018 keynote, Scott Hanselman, with help from Scott Guthrie, showed developers the new features available in Azure Kubernetes Service (AKS) and Azure Dev Spaces. To help you learn\u2026","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/2d4e4f7f-a704-4791-b7a8-cfa658389472.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/smarthotel360-microservices-on-azure-kubernetes-service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Compute","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/"},{"@type":"ListItem","position":3,"name":"SmartHotel360 Microservices on Azure Kubernetes Service"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2627","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=2627"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2627\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=2627"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=2627"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=2627"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=2627"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=2627"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=2627"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=2627"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=2627"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=2627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}