brunopenso / istio-demo

Demo of deploying the istio application to see how it works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Istio DEMO on AWS Provider

The objective of this repo is to create a kubernets cluster to play with istio services.

Create your environment

  • Set up AWS, click here
  • Set up Kubernets, click here
  • Set up Istio, click here
  • Set up my test application, click here

Tips:

  • Remover to stop all EC2 machine to avoid extra costs

Util

Connect to EC2 Instance

First: chmod 400 istiodemo.pem

Then: ssh -i "istiodemo.pem" ubuntu@<name>.compute-1.amazonaws.com

About

Demo of deploying the istio application to see how it works


Languages

Language:JavaScript 93.9%Language:Dockerfile 6.1%