Skip to content

Commit

Permalink
Update ddosify self hosted to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed May 2, 2024
1 parent ef807f2 commit 8df11da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/anteon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.0
version: 2.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.1.0"
appVersion: "3.1.1"

keywords:
- ebpf
Expand Down
17 changes: 6 additions & 11 deletions charts/anteon/templates/NOTES.txt
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
2 changes: 1 addition & 1 deletion charts/anteon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ seaweedfs:
replicas: 1

images:
alazBackend: ddosify/selfhosted_alaz_backend:2.0.1
alazBackend: ddosify/selfhosted_alaz_backend:2.0.2
backend: ddosify/selfhosted_backend:3.0.1
frontend: ddosify/selfhosted_frontend:3.0.3
hammer: ddosify/selfhosted_hammer:2.0.0
Expand Down

0 comments on commit 8df11da

Please sign in to comment.