DEV Community

Cover image for Kusk v1.3 Release - Updated CLI and dashboard experience!
Abdallah Abedraba for Kubeshop

Posted on • Originally published at kubeshop.io

Kusk v1.3 Release - Updated CLI and dashboard experience!

The Kusk team is proud to announce the v1.3 release of Kusk Gateway, which adds OAuth support, mocking of the API directly from the CLI and improved developer experience of the CLI!

CLI improvements

  • New kusk deploy that allows you to deploy your OpenAPI definition to Kusk directly without needing to pipe it to kubectl. It also adds a watched that looks for changes in your OpenAPI file and re-applies them to the LoadBalancer.

  • New kusk ip command that returns the IP address of the default Kusk LoadBalancer so you can now pipe it to your favorite commands. curl $(kusk ip)/api

  • kusk install and kusk upgrade have now moved to kusk cluster install/upgrade. We have also removed the dependency on helm and we install Kusk directly using kubectl under-the-hood, this has vastly improved the speed of installation and upgrade of Kusk Gateway!

  • New kusk cluster uninstall command that uninstalls Kusk and all of its components from your Kubernetes clusters.

Dashboard Overhaul

We have redesigned Kusk Dashboard to make it easier to use and more familiar with the entire Kusk ecosystem. There are new guides and recommendations added that will help you navigate easier.

Imrpoved Kusk dashboard

Improved Documentation

We’ve improved the experience and design of the documentation because we like amazing experiences everywhere 😎 Check out the new docs.kusk.io

Try it out!

Try and download the new version of Kusk here! If you have any questions or ideas please feel free to join our Discord server and get in touch. Kusk is fully open source, so you can always help us by starring the project on github, opening issues or a PR!

Thank you!

Top comments (0)