-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSPL-3156: Add kubectl-splunk Plugin for Executing Splunk Commands within Kubernetes Pods #1407
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Vivek Reddy <[email protected]>
…mation Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Vivek Reddy <[email protected]>
…mation Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Vivek Reddy <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
- **Splunk CLI in Pods**: The Splunk Command Line Interface should be available within the Splunk pods. | ||
- **Python Packages**: Install required Python packages: | ||
```bash | ||
pip install requests argcomplete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're using python3 as a prerequisite, should this command be updated to pip3 install...
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason this file is duplicated in two places? I could see this being an issue in the future where only one gets updated with the correct information as necessary.
Description
This pull request introduces comprehensive support for the Splunk plugin within
kubectl
, enabling seamless interaction and management of Splunk instances deployed in Kubernetes clusters. The enhancements include:kubectl
.README.md
to provide detailed usage instructions, examples, and configuration guidelines.Related Issue
Closes CSPL-3156
Type of Change
New Feature
Introduces new functionalities to support Splunk operations within
kubectl
.Documentation Update
Enhances the
README.md
with detailed instructions, examples, and license information.License Change
Updates the project license to Apache License 2.0.
Testing
Adds unit tests to cover the new features and ensure code reliability.
How Has This Been Tested?
Unit Tests
Implemented using Python's
unittest
framework withunittest.mock
for isolating components. All tests pass successfully, ensuring that new functionalities work as intended.Manual Testing
Performed manual verification of all plugin modes (
exec
,rest
,cp
,interactive
) to ensure they function correctly within a Kubernetes cluster with Splunk deployments.PyPI Deployment
Uploaded the package to PyPI and verified installation and functionality using
pip
andpipx
.Checklist
README.md
).LICENSE
file to Apache License 2.0.README.md
reflecting the license change.License
This project is now licensed under the Apache License 2.0. Please see the
LICENSE
file for details.Additional Information
~/.kubectl_splunk_config
~/.kubectl_splunk_credentials
/tmp/kubectl_splunk_cache.json
argcomplete