UNCLASSIFIED

You need to sign in or sign up before continuing.
README.md 807 Bytes
Newer Older
gavin.scallon's avatar
gavin.scallon committed
1
# node-agent-k8s
gavin.scallon's avatar
gavin.scallon committed
2

gavin.scallon's avatar
gavin.scallon committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
```
# Running the container:
# Navigate to the directory where the tarball for node-agent-k8s was downloaded
# (assuming a downloaded file name of node-agent-k8s.tar.gz):
podman load -i node-agent-k8s.tar.gz
podman build -t node-agent-k8s .

```

Istio security per-node agent. This works by running an agent on every node 
that works with the microservices on that particular node.

If you intend to install node-agent-k8s using a Helm chart, you must
point to the Iron Bank version instead of using the default Istio version.

For more information on Istio security and the role of the node agent, please 
refer to the following documentation:

https://istio.io/docs/concepts/security/

Node agent commands and flags are listed here:

https://istio.io/docs/reference/commands/node_agent/