utako / istio-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

istio-playground

Getting Started

  1. I've set the GOPATH to ${ISTIO_PLAYGROUND_PATH} in .envrc, so you can direnv allow if you so choose.
  2. Clone Istio

Running Integration Tests

There are a few ways to do this. For K8s environment integration tests, you can do the following:

  1. Create a GKE cluster
  2. Run integration tests

Running e2e Tests

Again, there are a few ways to do this. If you'd like to use minikube, you can do the following on a mac. There are other scripts for other operating systems:

  1. Read the docs
  2. Install prereqs
  3. Set up your minikube environment
  4. Build istio images on your host machine
  5. Run the tests

Helpful Links

About

License:Apache License 2.0


Languages

Language:Shell 100.0%