Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Authentication k3s node

    Below show a k3s agent join k3s server

    NodeAuthServer will check the node's validity.  Check it log file  /var/log/NodeAuthServer.log
    Below show NodeAuthServer find an invalid node, then remove it from the k3s server.

    Below show NodeAuthServer find a valid node. keep the node in k3s server.
  • EdgeFaas API sysinfo

    $ curl 192.168.0.118:8888/sysinfo
    --------- Nodes ---------
    NAME        IP            STAUTS
    sonic 192.168.0.116  TRUE
    u0u0-nano 192.168.0.118  TRUE
    --------- Pods ---------
    NAME        HostIP            STAUTS
  • EdgeFaas API

    sysinfo

    get camera image

    $ curl 192.168.0.118:8888/camera -o output.jpg
  • EdgeFaas API

    sysinfo

    image recognition 

    $ curl 192.168.0.118:8888/image -T cup.jpg

...