-
Notifications
You must be signed in to change notification settings - Fork 115
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
#1404
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Vivek Reddy <[email protected]>
rlieberman-splunk
approved these changes
Nov 20, 2024
…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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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