GithubHelp home page GithubHelp logo

aks-appmesh-demo's Introduction

This sample automated the creation of an Azure AKS Cluster installed with all of the necessary components to demo the AppMesh API Gateway capability.

Prerequisites

You will need the following:

  • Docker Desktop
  • Git for Windows installed with the unix tools available to all shells
  • An Azure account
  • Azure Command Line Interface installed
  • Istioctl exe in the path
  • helm exe in the path
  • A domain name so that a subdomain can be redirected to the Azure name servers
  • You will also need to be on the SAG Network to access the daerepository03.eur.ad.sag internal docker registry and pull the API Gateway amd Microgateway docker images (if you have not previously pulled them).

What gets created and installed?

  • An Azure Resource Group
  • An AKS Cluster with 2 nodes
  • nginx-ingress & cert-manager to allow creation of HTTPS endpoints
  • kubernetes-dashboard accessible on https://kubernetes-dashboard.<$DNS_ZONE>
  • Harbor private registry accessible on https://harbor.<$DNS_ZONE>
  • Istio, with Kiali accessible on https://kiali.<$DNS_ZONE>
  • API Gateway 10.5.0.2 with the UI accessible on https://api-gateway.<$DNS_ZONE>/apigatewayui and the API IS endpoint on https://api-gateway.<$DNS_ZONE>/
  • The Nodetours demo microservices application accessible on https://nodetours.<$DNS_ZONE>/ ** Note that this is an HTTPS port...

Instructions

clone this repo Edit the input.properties file for your configuration Run the .\create.ps1

If you do nor already have the API Gateway and API Microgateway docker images pulled, you will need to be on the corporate network or VPN for the script to be able to pull them: daerepository03.eur.ad.sag:4443/softwareag/apigateway-trial:10.5.0.2 daerepository03.eur.ad.sag:4443/softwareag/microgateway-trial:10.5.0.2

If you have not done so, it will ask you to install the Azure CLI and download the Istio archive

As listed above, you will also need access to a DNS Domain so that you can point a subdomain at the Azure DNS Zone for handling access to the ingess. e.g. if you have a domain: mydomain.com, you might choose the subdomain aks.mydomain.com This will be the DNS_ZONE in the runsheet.ps1 You will need to configure your DNS provider and point aks to the Azure DNS Zone Name Servers which will be displayed during the execution. This should look something like:

NS	aks	ns2-08.azure-dns.net	1 Hour	Edit
NS	aks	ns3-08.azure-dns.org	1 Hour	Edit
NS	aks	ns4-08.azure-dns.info	1 Hour  Edit

With the exact ns addresses being those displayed during the execution of the runsheet.ps1

Cleanup

To delete everything created from Azure run .\cleanup.ps1

aks-appmesh-demo's People

Contributors

ianmward avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.