Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 944 Bytes

deploy-elastic-agent.asciidoc

File metadata and controls

25 lines (21 loc) · 944 Bytes

To deploy {agent} to Kubernetes, run:

kubectl create -f {manifest}

To check the status, run:

$ kubectl -n kube-system get pods -l app=elastic-agent
NAME                            READY   STATUS    RESTARTS   AGE
elastic-agent-4665d             1/1     Running   0          81m
elastic-agent-9f466c4b5-l8cm8   1/1     Running   0          81m
elastic-agent-fj2z9             1/1     Running   0          81m
elastic-agent-hs4pb             1/1     Running   0          81m
Tip
Running {agent} on a read-only file system

If you’d like to run {agent} on Kubernetes on a read-only file system, you can do so by specifying the readOnlyRootFilesystem option.