Skip to content

Releases: zakyyudha/jtnctl

v1.0.0

22 Sep 16:12
Compare
Choose a tag to compare

Release Notes:

This is the initial release of the jtnctl CLI tool, designed to simplify the execution of Kubernetes kubectl commands. With this tool, you can easily interact with your Kubernetes cluster and perform common tasks.

Features:

  • logs command: View logs of a Kubernetes pod with options for following and tailing logs.
  • port-forward command: Forward ports for a Kubernetes service with customizable destination and source ports.
  • exec command: Execute a command in an active container of a Kubernetes pod.
  • Configuration file support: Store and manage configuration settings in ~/.config/jtnctl/config.yaml.
  • Cross-platform support: Binaries are available for Linux, Windows, and macOS.

For installation instructions and usage details, please refer to the README.md