blob: c6a367c74b3e265a8ef375c64e7e86ccfb7b6b16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# IPv6 Test
A simple IPv6/IPv4 connectivity test application deployed on k3s.
## Description
This application displays the client's IP address and determines whether they are connecting via IPv4 or IPv6.
## Deployment
The application is deployed via ArgoCD using the helm chart in `helm-chart/`.
## Access
- URL: https://ipv6test.f3s.buetow.org
## Justfile Commands
```bash
just status # Show deployment status
just logs # View application logs
just port-forward # Forward to localhost:8080
just sync # Trigger ArgoCD sync
just restart # Restart the deployment
```
|