kubeshark/cli
RamiBerm 833d08bb40
TRA-4075 integrate kratos user management (#583)
* WIP

* WIP

* WIP

* WIP

* Update App.tsx and Header.tsx

* Update createResources.go, provider.go, and 2 more files...

* WIP

* fix eof newlines

* Fix ts imports, add readiness probe to kratos to prevent mizu being used while kratos isnt ready

* cleaned code

* fix install create namespace

* Update package-lock.json

* Update provider.go

* Update provider.go

* Update provider.go

* Update install_controller.go

* Update kratos.yml

* Update start.sh

* Update provider.go

* Update provider.go

* Update main.go, socket_routes.go, and 8 more files...

* Update App.tsx

* Update installRunner.go

* Update App.tsx
2022-01-05 17:50:27 +02:00
..
apiserver API server provider readiness check with echo (#570) 2021-12-29 12:21:12 +02:00
auth changed ask confirmation to be asked only once (#409) 2021-10-28 14:55:33 +03:00
cmd TRA-4075 integrate kratos user management (#583) 2022-01-05 17:50:27 +02:00
config Mizu install mode (#566) 2021-12-28 15:44:37 +02:00
errormessage Cli pkg refactor (2) (#200) 2021-08-11 09:56:03 +03:00
mizu Mizu install mode (#566) 2021-12-28 15:44:37 +02:00
resources TRA-4075 integrate kratos user management (#583) 2022-01-05 17:50:27 +02:00
telemetry Report the platform in telemtry (#523) 2021-12-09 13:12:15 +02:00
uiUtils Replace all rlog occurrences with the shared logger (#350) 2021-10-17 12:15:30 +03:00
up9 Add token validity check (#483) 2021-11-21 15:14:02 +02:00
utils extracted create and clean resources from tap runner (#557) 2021-12-27 11:32:48 +02:00
.gitignore Install Mizu in a dedicated namespace (#123) 2021-07-22 14:26:12 +03:00
go.mod changed logger debug mode to log level (#456) 2021-11-14 12:21:48 +02:00
go.sum TRA-3868 move tapped pod watch and tapper updating to shared (#416) 2021-11-01 14:12:32 +02:00
Makefile Report the platform in telemtry (#523) 2021-12-09 13:12:15 +02:00
mizu.go TRA-3868 move tapped pod watch and tapper updating to shared (#416) 2021-11-01 14:12:32 +02:00
README.md.TEMPLATE build m1 and windows (#395) 2021-10-24 15:10:46 +03:00

# Mizu release _SEM_VER_

Download Mizu for your platform

**Mac** (Intel)
```
curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_SEM_VER_/mizu_darwin_amd64 && chmod 755 mizu
```

**Mac** (Apple M1 silicon)
```
curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_SEM_VER_/mizu_darwin_arm64 && chmod 755 mizu
```

**Linux** 
```
curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_SEM_VER_/mizu_linux_amd64 && chmod 755 mizu
```

**Windows** (Intel 64bit)
```
curl -LO https://github.com/up9inc/mizu/releases/download/_SEM_VER_/mizu.exe
```

### Checksums
SHA256 checksums available for compiled binaries.
Run `shasum -a 256 -c mizu_OS_ARCH.sha256` to verify.