Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netscaler/modern-apps-toolkit
NetScaler tools for modernizing applications
https://github.com/netscaler/modern-apps-toolkit
Last synced: 2 months ago
JSON representation
NetScaler tools for modernizing applications
- Host: GitHub
- URL: https://github.com/netscaler/modern-apps-toolkit
- Owner: netscaler
- Created: 2023-05-08T15:53:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T06:20:59.000Z (3 months ago)
- Last Synced: 2024-11-15T09:49:54.373Z (2 months ago)
- Language: Go
- Size: 268 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NetScaler Debugging Tools for Kubernetes
This repository contains a collection of tools and scripts to help debug NetScaler deployments in the Kubernetes environment. These tools are designed to help diagnose and troubleshoot common issues with NetScaler deployments in Kubernetes, such as load balancing and SSL termination.
## Getting Started
To get started with these tools, you'll need to have access to a Kubernetes cluster with NetScaler deployed. You'll also need to have the necessary permissions to deploy and run pods in the cluster.
### Installation
To install the debugging tools, simply clone the repository to your local machine:
```
git clone https://github.com/netscaler/modern-apps-toolkit.git
```
## Tools Included
- Kubectl **netscaler** plugin:
NetScaler provides a kubectl plug-in **netscaler** to inspect ingress controller deployments and aids in troubleshooting operations. You can inspect NetScaler config and related Kubernetes components using the subcommands available with this plug-in. For more information on how to use the plugin, see [Kubectl plugin document](netscaler-plugin/README.md)- NSIC Diagnostics Tool:
NSIC Diagnostics tool is a simple shell script that collects information related to NetScaler Ingress Controller and applications deployed in the Kubernetes cluster.
For more information on how this tool, see [NSIC Diagnostics Tool](nsic_diagnostics_tool/README.md)