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
- Host: GitHub
- URL: https://github.com/thesurlydev/istio-local
- Owner: thesurlydev
- Created: 2023-08-23T20:51:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T20:53:30.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T18:52:29.123Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```