npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

k8s-tool

v0.1.4

Published

Boozang k8s learning

Downloads

13

Readme

Kubernetes Management Tool (NodeJS)

Logo

The Kubernetes Management Tool is a powerful and user-friendly application built in NodeJS that simplifies the management and monitoring of Kubernetes clusters. With this tool, you can efficiently handle the deployment, scaling, and monitoring of your applications running on Kubernetes.

Features

  • Cluster Management: Easily connect to your Kubernetes clusters and manage them from a single interface.

  • Remote command execution: Run commands on an individual pod, and bookmark your favourite commands.

  • Quick ramp-up for your team: Customize the tool with useful commands for your project, and distribute the configuration file in your team.

  • Monitoring: Monitor and setup alarm thresholds on CPU, memory, and disc usage,

  • Logging: Follow logs from several pods at once, highlight keyworks and merge duplicates. Download and screenshot logs for bug reporting.

Pre-conditions

To run k8s-tool, you'll need to have NodeJS installed. You also have a working Kubernetes enviroment and at least one namespace.

Make sure that you can run: kubectl get namespace successfully.

Installation

Running from source

Follow these steps:

  1. Clone this repository: git clone https://github.com/Boozang-Technologies/k8s-tool
  2. Navigate to the project directory: cd k8s-tool
  3. Install dependencies using npm: npm install
  4. Start tool: npm start
  5. Open your browser and navigate to http://localhost:8866 to access the tool's web interface

Running as an NPM package

Follow these steps:

  1. Create a k8s-tool application folder to hold your k8s-tool configuration
  2. Go to directory
  3. Install k8s-tool globally: npm install -g k8s-tool
  4. Start tool: k8s-tool
  5. Open your browser and navigate to http://localhost:8866 to access the tool's web interface

Configuration

The settings file (settings.json) allows you to customize the tool based on your specific requirements. All these seetings can be set in the tool, and will be saved here to persist your settings between sessions. This means you can keep many configurations, and simply swap this file out between settings.

If you are running k8s-tool as an NPM package, the settings.json will be created in the current working directory. Remember to run the command in the same directory to retain saved configuration, and to use the configuration from a team member, simply copy it to the current directory where you are running the tool.

To remove all your customization, simply remove settings.json and restart the tool.

Contributing

Contributions are welcome! If you encounter any issues, have feature requests, or want to contribute to the project, please create an issue or submit a pull request in the GitHub repository.

License

This project is licensed under the MIT License.

Acknowledgements

k8s-tool is built using the following technologies