* Testing APISIX Dashboard 1. Open APISIX Dashboard: - kubectl -n apisix get service | grep apisix dashboard 2. Login details: - User: admin - Password: admin 3. Click on "Route" on the left navigation pane. 4. Remove the "/ip" route if it exists. 5. Click on "Create" button and enter the following details: - Name: test-api-1 - Path: /ip - Click on Next button - Targets: Host: httpbin.org; Port: 80 - Click on Next button - Click on Next button again - Click on Submit button 6. On the CLI of terminal: - curl http://:3051/ip