Skip to content

Commit

Permalink
Clarify OS support
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Feb 24, 2022
1 parent 4c9784d commit 11977a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

It embraces Infrastructure as Code practice and allows you to manage multiple local Kubernetes instances via their own type-safe config files. On top of that, it manages local routes and DNS rules such that you can access Kubernetes `Services` and/or `Pods` directly via their respective [DNS names](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#services), `Service IPs` or `ClusterIPs` from all your local tools. It's "magical", and once you have tried it, there's no going back.

`jetski` has first-class support for all common Operating Systems, including macOS (both Intel and Apple Silicon architectures), Windows via WSL 2 and Linux (both `amd64` and `arm64`).

## License

[Apache 2.0 License](./LICENSE)
Expand Down

0 comments on commit 11977a2

Please sign in to comment.