Destination Host | Destination IP | Destination Port |
---|---|---|
resonate-doc-rel.artifactory-us.zebra.com | 35.201.100.70 | 443 |
Source | Destination | Protocol and Port number | Description |
---|---|---|---|
Passive RFID Reader | Resonate server | HTTPS/TCP port 443 | Needed for the Resonate software to deploy, manage, and configure the readers. |
SSH client | Resonate server | TCP 22 | Needed for an installer or maintainer to get access to the system. |
Browser – Resonate web client | Resonate server | TCP 443 | Needed for establishing HTTP/HTTPS client connections between the web client and the Resonate server. |
Port | Service | Access Restrictions |
---|---|---|
16443 | API server | SSL encrypted. Clients need to present a valid password from a static password file. |
10250 | kubelet | Anonymous authentication is disabled. X509 client certificate is required. |
10255 | kubelet | Read only port for the Kubelet. |
25000 | cluster-agent | Proper token required to authorise actions. |
12379 | etcd | SSL encrypted. Client certificates required to connect. |
10257 | kube-controller | Serve HTTPS with authentication and authorization. |
10259 | kube-scheduler | Serve HTTPS with authentication and authorization. |
19001 | dqlite | SSL encrypted. Client certificates required to connect. |
4789/udp | calico | Calico networking with VXLAN enabled. |
Folder/File | Permission |
---|---|
/opt/zebra/trifecta | drwxr-xr-x. (trif-user:trif-user) |
/data/volumes | drwx--x--x. (root:root) |
User | Privilege | Group | Description |
---|---|---|---|
root | root | wheel/root | Service account used to configure the system and install all prerequisites. This user is already present on Linux systems. |
trif-user | Resonate service account | MicroK8s | Service account used for installation, configuration, and operation of the Resonate software. The setup.sh script of the Resonate installer creates and configures the user trif-user . In a multi-node deployment, the script only adds the user on the primary node. |