An open API service indexing awesome lists of open source software.

https://github.com/thesurlydev/istio-local

Setup Istio infrastructure locally
https://github.com/thesurlydev/istio-local

Last synced: about 1 year ago
JSON representation

Setup Istio infrastructure locally

Awesome Lists containing this project

README

          

# istio-local

This is a POC to setup Istio infrastructure locally.

## Usage

### Create a new kind cluster and install tools

```shell
./up.sh
```

Once completed, your current kubectl context should automatically be pointed to the new cluster.

### Delete cluster

```shell
./down.sh
```