-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ddosify self hosted to version 2.1.1
- Loading branch information
1 parent
ef807f2
commit 8df11da
Showing
3 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
This is a Helm Chart for the Anteon Self-Hosted Kubernetes Monitoring and Performance Testing Tool. | ||
π Anteon is an open-source tool for Kubernetes monitoring and performance testing. It uses eBPF technology to gather metrics without needing code changes, service restarts, or adding sidecars. For more information and options, visit the Anteon GitHub repository: https://github.com/getanteon/anteon | ||
|
||
Anteon is an open-source Kubernetes Monitoring and Performance Testing tool with Self-hosted and SaaS options. It uses eBPF technology to collect metrics from the Kubernetes cluster, so you do not need to change your code, restart the services, or add any sidecars to your services. | ||
Quick Start Guide: | ||
|
||
Check out the Anteon GitHub repository (https://github.com/getanteon/anteon) for more information. | ||
|
||
To access the Anteon UI, you need to forward the nginx service port to a local port on your machine. You can do this by running the following command: | ||
|
||
1. Forward the nginx service port to a local port (8014): | ||
π 1. Port Forwarding: | ||
|
||
LOCAL_PORT=8014 | ||
kubectl port-forward --namespace anteon service/nginx-service $LOCAL_PORT:80 | ||
|
||
2. Access the Application: | ||
Visit http://localhost:8014 in your browser to see the application running. | ||
π 2. Access the UI | ||
|
||
3. To stop the port forwarding command or terminate the session, press Ctrl+C in your terminal. | ||
Open a browser and go to: http://localhost:8014 to view the application. | ||
|
||
If you like Anteon, please give us a star π on GitHub: https://github.com/getanteon/anteon | ||
π If you like Anteon, please give us a star π on GitHub: https://github.com/getanteon/anteon |
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