kubeshark/cli
2022-01-30 09:22:13 +02:00
..
apiserver TRA-4193 - Try port forward if proxy is not available (#662) 2022-01-20 11:33:00 +02:00
auth changed ask confirmation to be asked only once (#409) 2021-10-28 14:55:33 +03:00
cmd Experimental feature: elastic exporter (#713) 2022-01-30 09:22:13 +02:00
config Experimental feature: elastic exporter (#713) 2022-01-30 09:22:13 +02:00
errormessage Cli pkg refactor (2) (#200) 2021-08-11 09:56:03 +03:00
mizu Fix the acceptance tests and a typo in CONFIGURATION.md (#610) 2022-01-09 17:38:41 +03:00
resources TRA-4235 Move Basenine binary into the same agent image but run it as a separate container (#702) 2022-01-27 11:40:26 +03:00
telemetry [TRA-4189] Traffic Volume in GB for General Status and telemetry (#696) 2022-01-26 10:49:42 +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-4193 - Try port forward if proxy is not available (#662) 2022-01-20 11:33:00 +02:00
Makefile Add ARM64 and cross-compilation support to the agent image (#659) 2022-01-25 21:24:50 +03: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 Add ARM64 and cross-compilation support to the agent image (#659) 2022-01-25 21:24:50 +03:00

# Mizu release _SEM_VER_
Full changelog for stable release see in [docs](https://github.com/up9inc/mizu/blob/main/docs/CHANGELOG.md)

## Download Mizu for your platform

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

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

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

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

**Windows** (x86-64)
```
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.